- Categories:
Numeric functions (Trigonometric)
TANHÂļ
Computes the hyperbolic tangent of its argument.
SyntaxÂļ
TANH( <real_expr> )
ArgumentsÂļ
real_expr
This expression should evaluate to a real number.
ExamplesÂļ
SELECT TANH(1.5); --------------+ TANH(1.5) | --------------+ 0.9051482536 | --------------+