ATANH
Represents the SQLite ATANH() function, which computes the inverse hyperbolic tangent. The input value must be between -1.0 and 1.0, exclusive.
Return
A KQLiteColumn with the result, or null if the input is outside the valid range.
Author
MOHAMMAD AZIM ANSARI
Parameters
x
The column containing the value. Must be > -1.0 and < 1.0.