Futurebasic/Language/Reference/tanh

From Wikibooks, open books for an open world
Jump to navigation Jump to search

TANH[edit | edit source]

Function[edit | edit source]

(+) Appearance (+) Standard (+) Console

Syntax[edit | edit source]

result# = Tanh(expr)

Description[edit | edit source]

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[edit | edit source]

Asinh; Cosh; Sinh; Tan; Exp