sin
sin
> Functions
Calculates the sine of the angle angle passed in parameter.
Parameters
- angle The angle whose sine will be calculated.
Return
- sine Returns the sine of the angle angle.
Examples
sin(0) // 0 sin(PI / 2) // 1 sin(PI / 3) // sqrt(3) / 2 sin(PI / 6) // 0.5
See as well