TAN |
Tan returns the tangent of its argument.
tan( exp_num )
|
Element |
Description |
Restrictions |
|
exp_num |
Numeric expression. |
-1e10 <=exp_num <=1e10 |
Y = tan(45)
This function returns the tangent of the argument expressed in the current angular mode.
tan is the converse function of the function atan.
The type of result is Double.
|
Error |
Description |
|
ERMODE (10) |
The argument is not of the numeric type. |
|
ERHUGE (13) |
| exp_num | > 1e10 |
SIN - COS - ASIN - ACOS - ATAN - ATAN2 - ANGLE - ADXMDA
|
|