SIN |
sin returns the sine of its parameter.
sin(num_exp)
|
Element |
Description |
Restrictions |
|
num_exp |
Numeric Expression |
-1e10<= num_exp <=1e10 |
Y = sin(45)
This function returns the sine of the parameter expressed in the current angular mode.
sin is the inverse of the asin function.
The result type is Double.
|
Error |
Description |
|
ERMODE (10) |
The parameter is not numeric. |
|
ERDOM (50) |
| num_exp | > 1e10 |
COS - TAN - ASIN - ACOS - ATAN - ATAN2 - ANGLE - ADXMDA
|
|