Difference between revisions of "SHIP:Sail:tanh"

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|tanh}}||{{DataType|Float}}||style="text-align:center;"|v5.1.0||Returns the hyperbolic tan of the given value{{v5}}</onlyinclude>
+
|{{SailFunc|tanh}}||{{DataType|Float}}||style="text-align:center;"|v5.1.0||Calculates the hyperbolic tan of the given value</onlyinclude>
 
|}
 
|}
 
== See Also: ==
 
== See Also: ==
Line 42: Line 42:
 
|}
 
|}
  
[[Categories:Trigonometric Functions]]
+
[[Category:Trigonometric Functions]]

Latest revision as of 11:38, 14 October 2016

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