COS

Represents the SQLite COS() function, which computes the cosine of a value.

The input value is interpreted as an angle in radians.

Return

A KQLiteColumn with the cosine 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