SIN
Syntax:
SIN ( x )
Description: Computes the sine of x.
Arguments:
Name |
Type |
Description |
x |
number |
The number whose sine is to be computed. |
Return Type and Value: number – The sine of x.
[Example:
SIN(-1) results in -0.841470985
SIN(0) results in 0
SIN(1) results in 0.841470985
end example]