sin

fnfloat sin(float x) @nogc nothrow @safe pure

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) @nogc nothrow @safe pure
No documentation available for this declaration.
fnreal sin(real x) @nogc nothrow @safe pure
No documentation available for this declaration.