RADIANS

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

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

Return

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

Author

MOHAMMAD AZIM ANSARI

Parameters

x

The column containing the value in degrees.

See also