Futurebasic/Language/Reference/tanh

TANH

edit

Function

edit

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

Syntax

edit

result# = Tanh(expr)

Description

edit

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

Asinh; Cosh; Sinh; Tan; Exp