SH |
sh returns the hyperbolic sine of its parameter.
sh(num_exp)
|
Element |
Description |
Restrictions |
|
num_exp |
Numeric Expression |
-184<= num_exp<= 184 |
Y = sh(3*X)
sh(X) returns (exp(X)-exp(-X))/2.
sh is the inverse of the ash function.
The result type is Double.
|
Error |
Description |
|
ERMODE (10) |
The parameter is not numeric. |
|
ERHUGE (13) |
| num_exp | > 184,89995462 |
|
|