sin
fn
float 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.
fn
double sin(double x)No documentation available for this declaration.
fn
real sin(real x)No documentation available for this declaration.