Skip to main content

radians

Function radians 

Source
pub fn radians(x: f64) -> f64
Expand description

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).