SHIP:Sail:acosh

From Serious Documentation
Revision as of 15:25, 10 October 2016 by CarltonHeyer (talk | contribs)
Jump to: navigation, search
Function Returns Introduced Description
acosh Float v5.1.0 Returns the arc hyperbolic cos of the given valueBadge SHIPv5.gif

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...