SHIP:Sail:sinh

From Serious Documentation
Jump to: navigation, search
Function Returns Introduced Description
sinh Float v5.1.0 Calculates the hyperbolic sin of the given value

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