Sin(Numeric angle)
Returns the trigonometric sine of the angle, specified in radians.
Parameters
- angle
- The angle in radians for which you want to calculate the sine.
Returns
Numeric
Examples
Sin(0)
returns 0Sin(1.57)
returns 1
Returns the trigonometric sine of the angle, specified in radians.
Numeric
Sin(0)
returns 0Sin(1.57)
returns 1