pub fn radians(x: f64) -> f64
Radians from degrees. Grouped as x · (π/180) to match SQLite bit-for-bit (a left-to-right x·π/180 rounds the intermediate x·π and can differ in the last digit).
x · (π/180)
x·π/180
x·π