Skip to main content

PI

Constant PI 

Source
pub const PI: f32 = core::f32::consts::PI; // 3.14159274f32
Expand description

https://en.wikipedia.org/wiki/Pi The C B3_PI literal (3.14159265359f) rounds to exactly this f32 value.