sloppySin
Returns the trigonometric sine of an angle converted as a cos operation.
Note that this is not quite right... e.g. sin(0) != 0
Special cases:
If the argument is
NaNor an infinity, then the result isNaN.
Return
the sine of the argument.
Parameters
a
an angle, in radians.
See also
Math.sin