SHIP:Sail:asinh

From Serious Documentation
Revision as of 11:28, 14 October 2016 by CarltonHeyer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Function Returns Introduced Description
asinh Float v5.1.0 Returns the arc hyperbolic sin of the given value

See Also:

Prototype

Float asinh(Float value);

Parameters/Return Value

Parameter Data Type Description
value Float the value to take the arc hyperbolic sin of
Return Float asinh(value)

Detailed Description

The asinh() function returns the arc hyperbolic sin of the supplied value</code>

Examples

Example Result Notes
asinh(1); 0.881373...
asinh(10); 2.998222...
asinh(100) 5.298342...