ACOS
Represents SQLite ACOS() function. The input must be between -1.0 and 1.0.
Return
A KQLiteColumn with the result in radians, or null if the input is out of range.
Author
MOHAMMAD AZIM ANSARI
Parameters
x
The column containing the value.
Represents SQLite ACOS() function. The input must be between -1.0 and 1.0.
A KQLiteColumn with the result in radians, or null if the input is out of range.
MOHAMMAD AZIM ANSARI
The column containing the value.