ACOSH
Represents the SQLite ACOSH() function, which computes the inverse hyperbolic cosine. The input value must be greater than or equal to 1.0.
Return
A KQLiteColumn with the result, or null if the input is less than 1.0.
Author
MOHAMMAD AZIM ANSARI
Parameters
x
The column containing the value. Must be >= 1.0.