SHIP:Sail:cosh

From Serious Documentation
Revision as of 11:57, 30 September 2016 by CarltonHeyer (talk | contribs) (Created page with "__NOTOC__ {{SailFuncTableStart|}}<onlyinclude> |{{SailFunc|cosh}}||{{DataType|Float}}||style="text-align:center;"|v5.1.0||Returns the hyperbolic cos of the given value{{v5}}</...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Function Returns Introduced Description
cosh Float v5.1.0 Returns the hyperbolic cos of the given valueBadge SHIPv5.gif

See Also:

Prototype

Float cosh(Float value);

Parameters/Return Value

Parameter Data Type Description
value Float the value to take the hyperbolic cos of
Return Float cosh(value)

Detailed Description

The cosh() function returns the hyperbolic cos of the supplied value</code>

Examples

Example Result Notes
toDegrees(cosh(1)); 0.000000...
toDegrees(cosh(10); 2.993222...
toDegrees(cosh(100)); 5.298292...