Core Function Tanh
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> Tanh( <expression> ) </pre> === Description === Returns the hyperbolic tangent of the specified angle. === Parameters === ==== expression ==== Any valid numeric expres...")
(Created page with "<pre> Tanh( <expression> ) </pre> === Description === Returns the hyperbolic tangent of the specified angle. === Parameters === ==== expression ==== Any valid numeric expres...")
Latest revision as of 10:00, 3 December 2011
Tanh( <expression> )
Contents |
Description
Returns the hyperbolic tangent of the specified angle.
Parameters
expression
Any valid numeric expression.
Return Value
Returns the hyperbolic tangent of the specified angle.
Remarks
None
Example
$param = log(2.0); $result = tanh($param); MsgBox("The hyperbolic tangent of $param is $result.");