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

float sinh(float argument)

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

Examples

=sinh(0)

equals 0;

=sinh(ln(10))

equals 4.95, while

=sinh(-ln(10))

equals -4.95 (the hyperbolic sine is antisymmetric).

See also asinh, cosh, tanh.