SHIP:Sail:atanh

From Serious Documentation
Revision as of 16:24, 3 October 2016 by CarltonHeyer (talk | contribs) (Created page with "__NOTOC__ {{SailFuncTableStart|}}<onlyinclude> |{{SailFunc|asinh}}||{{DataType|Float}}||style="text-align:center;"|v5.1.0||Returns the arc hyperbolic sin of the given value{{v...")
(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 valueBadge SHIPv5.gif

See Also:

Prototype

Float atanh(Float value);

Parameters/Return Value

Parameter Data Type Description
value Float the value to take the arc hyperbolic tan of
Return Float atanh(value)

Detailed Description

The atanh() function returns the arc hyperbolic tan of the supplied value</code>

Examples

Example Result Notes
atanh(-1); inf...
atanh(-0.5); -0.549306...
atanh(0.707) 0.881160...