Investment Studio > Expressions > Functions > Math & Trig > COSH

float cosh(float argument)

Returns the hyperbolic cosine of the argument. The argument can be any real number.

Examples

=cosh(0)

equals 1;

=cosh(1)

and

=cosh(-1)

both equal 1.54308063481524 (the hyperbolic cosine is symmetric).

See also acosh, sinh, tanh.