ES|QL ACOSH function
number-
Number greater than or equal to 1. If
null, the function returnsnull.
Returns the inverse hyperbolic cosine of a number.
| number | result |
|---|---|
| double | double |
| integer | double |
| long | double |
| unsigned_long | double |
ROW a=1.8
| EVAL acosh=ACOSH(a)
| a:double | acosh:double |
|---|---|
| 1.8 | 1.1929107309930491 |