< Futurebasic < Language < Reference
TANH
Function
(+) Appearance (+) Standard (+) Console
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
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.