SHIP:Sail:acosh

From Serious Documentation
Revision as of 11:27, 14 October 2016 by CarltonHeyer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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...