math arccosh for math
Returns the inverse of the hyperbolic cosine function.
Signature
> math arccosh {flags}
Input/output types:
| input | output |
|---|---|
| number | float |
| list<number> | list<float> |
Examples
Get the arccosh of 1
> 1 | math arccosh
0.0