Difference between revisions of "SHIP:Sail:sinh"

From Serious Documentation
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
{{SailFuncTableStart|}}<onlyinclude>
 
{{SailFuncTableStart|}}<onlyinclude>
|{{SailFunc|sinh}}||{{DataType|Float}}||style="text-align:center;"|v5.1.0||Returns the hyperbolic sin of the given value{{v5}}</onlyinclude>
+
|{{SailFunc|sinh}}||{{DataType|Float}}||style="text-align:center;"|v5.1.0||Calculates the hyperbolic sin of the given value</onlyinclude>
 
|}
 
|}
 
== See Also: ==
 
== See Also: ==
Line 42: Line 42:
 
|}
 
|}
  
[[Categories:Trigonometric Functions]]
+
[[Category:Trigonometric Functions]]

Latest revision as of 11:35, 14 October 2016

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