ATANH

atanh(expr)

Function

Calculate the inverse hyperbolic tangent of expr

Parameters

  • expr : double type

Return Result

double type

Example

> SELECT atanh(0);
0.0