Quick Start
User Guide
AI Guide
SQL Manual
Development Manual
Practice Tutorials
Use Cases
Release Notes
Other
/
SQL Functions
/
Mathematical Functions
/
atanh
Reading Mode
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