TANH
Purpose
This function returns the hyperbolic tangent of number n
.
Syntax
tanh::=
Example
Copy
SELECT TANH(0) TANH;