math cosh for math

Returns the hyperbolic cosine of the number.

Signature

> math cosh {flags}

Input/output types:

input output
list<number> list<float>
number float

Examples

Apply the hyperbolic cosine to 1

> 1 | math cosh
1.5430806348152435

Tips: Command math cosh was not included in the official binaries by default, you have to build it with --features=extra flag