Futurebasic/Language/Reference/tanh
(Redirected from Futurebasic/language/reference/tanh)
TANH
editFunction
edit(+) Appearance (+) Standard (+) Console
Syntax
editresult# = Tanh(expr)
Description
editReturns 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
editAsinh; Cosh; Sinh; Tan; Exp