Overview
Grammar | SIGN(number) | Calculates the sine of a given angle. |
Parameter | number | The angle in radians you want the sine of. |
Notes
The function supports only one numerical parameter.
If the parameter is in degrees, multiply it by PI()/180 to convert it to radians.
Example
Formula | Result | Notes |
---|---|---|
SIN(10) | -0.544021111 | |
SIN(45*PI()/180) | 0.707106781 |