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 NaN or an infinity, then the result is NaN.

Return

the sine of the argument.

Parameters

a

an angle, in radians.

See also

Math.sin