SIN
The SIN function is a mathematical function that returns the Sine (radians) of a number. The SIN function returns a real value.
Function Name |
SIN |
Description |
Returns the Sine (radians) of a number |
Arguments |
SIN(INTEGER or REAL) Where:
For more information on integers and real values, see Number (Integer or Real). |
Returns |
REAL The Sine (Radians) of the input number. |
Example:
SIN(PI() /2)
The output is 1.