ASIN

Represents the SQLite ASIN() function, which computes the arc sine. The input value 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.

See also