In the `laserPolynom` implementation, the use of doubles and floats can be stated [a bit more precisely](https://github.com/ComputationalRadiationPhysics/picongpu/pull/708#discussion_r27049873). Probably the authors aimed to calculate the `sine` in double precision, but the style of casts is a bit wild. :cat:
In the
laserPolynomimplementation, the use of doubles and floats can be stated a bit more precisely.Probably the authors aimed to calculate the
sinein double precision, but the style of casts is a bit wild. 🐱