SHIP:Sail:tanh

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

See Also:

Prototype

Float tanh(Float value);

Parameters/Return Value

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

Detailed Description

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

Examples

Example Result Notes
tanh(1); 0.761594...
tanh(1.5f); 0.905148...
tanh(0.5f); 0.462117...