SHIP:Sail:acosh

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

See Also:

Prototype

Float acosh(Float value);

Parameters/Return Value

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

Detailed Description

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

Examples

Example Result Notes
acosh(1);
0.000000...
acosh(10);
2.993222...