FutureBasic Logo

<<    Index    >> FutureBasic

tanh   function



Syntax
result = tanh(expr)

Description
Returns the hyperbolic tangent of expr where expr is given in radians. tanh always returns a double-precision result.

Note

ex - e-x
tanh(x) is defined as:
ex + e-x

See also
Asinh; Cosh; Sinh; Tan; Exp