sin

fnfloat sin(float x)

Returns sine of x. x is in radians.

x sin(x) invalid?
NaN NaN yes
±0.0 ±0.0 no
+∞ NaN yes

Bugs

Results are undefined if |x| >= 264.
fndouble sin(double x)
No documentation available for this declaration.
fnreal sin(real x)
No documentation available for this declaration.