sin

Returns sine of x. x is in radians.

Special Values
xsin(x)invalid?
NaNNaNyes
±0.0±0.0no
$(PLUSMNINF)NaNyes
@nogc nothrow @safe pure
float
sin
(
float x
)

Bugs

Results are undefined if |x| >= 264.

Meta