DEGREES

Represents the SQLite DEGREES() function, which converts a value from radians to degrees.

The conversion formula is: degrees = radians * 180 / π.

Return

A KQLiteColumn with the equivalent value in degrees. Returns null if the input is null.

Author

MOHAMMAD AZIM ANSARI

Parameters

x

The column containing the value in radians.

See also