SIN
The SIN function returns the sine of a value.
Syntax 1
Syntax 2
Arguments
• arg-1 must be a numeric data item or literal.
Result
The function returns a number that is the sine of arg-1.
Examples
Example - Display the sine of 3.5 .
display function sin(3.5). |