Functions Index :: C :: Cosh

[<< up one level]

Module:

numeric :: functions

Definition:

Cosh(float x)

Description:

Returns the hyperbolic cosine of its argument.

Examples:

v = Cosh(1) # v == 1.5431

v = Cosh(2) # v == 3.7622

 

[<< top]