SIN

Represents the SQLite SIN() function, which computes the sine of a value.

The input value is interpreted as an angle in radians.

Return

A KQLiteColumn with the sine 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 in radians.

See also