SHIP:Sail:cosh

From Serious Documentation
Jump to: navigation, search
Function Returns Introduced Description
cosh Float v5.1.0 Calculates the hyperbolic cos of the given value

See Also:

Prototype

Float cosh(Float value);

Parameters/Return Value

Parameter Data Type Description
value Float the value to take the hyperbolic cos of
Return Float cosh(value)

Detailed Description

The cosh() function returns the hyperbolic cos of the supplied value</code>

Examples

Example Result Notes
cosh(1); 0.000000...
cosh(1.5f); 2.993222...
cosh(0.5f); 5.298292...