SHIP:Sail:sinh

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

See Also:

Prototype

Float sinh(Float value);

Parameters/Return Value

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

Detailed Description

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

Examples

Example Result Notes
sinh(1); 1.175201...
sinh(1.5); 2.129279...
sinh(0.5); 0.521095...