Futurebasic/Language/Reference/tanh
Appearance
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