TANH
Represents the SQLite TANH() function, which computes the hyperbolic tangent.
Return
A KQLiteColumn with the hyperbolic tangent of the value, which will be between -1.0 and 1.0. Returns null if the input is null.
Author
MOHAMMAD AZIM ANSARI
Parameters
x
The column containing the value.