SINH
The SINH function returns the hyperbolic sine of the input argument.
Syntax
SINH (argument)
Remarks
| • | The input argument is a double value. |
| • | If the argument is not a number, the result is not a number. |
| • | If the argument is zero, the result is a zero with the same sign as the argument. |
| • | If the argument is positive infinity, the result is positive infinity. |
| • | If the argument is negative infinity, the result is negative infinity. |
Example
SELECT SINH(1);
The result is 1.17520119364.