ES|QL COSH function
number-
Numeric expression. If
null, the function returnsnull.
Returns the hyperbolic cosine of a number.
| number | result |
|---|---|
| double | double |
| integer | double |
| long | double |
| unsigned_long | double |
ROW a=1.8
| EVAL cosh=COSH(a)
| a:double | cosh:double |
|---|---|
| 1.8 | 3.1074731763172667 |