ES|QL SINH function
number-
Numeric expression. If
null, the function returnsnull.
Returns the hyperbolic sine of a number.
| number | result |
|---|---|
| double | double |
| integer | double |
| long | double |
| unsigned_long | double |
ROW a=1.8
| EVAL sinh=SINH(a)
| a:double | sinh:double |
|---|---|
| 1.8 | 2.9421742881 |