pub const PI: f32 = core::f32::consts::PI; // 3.14159274f32Expand description
https://en.wikipedia.org/wiki/Pi
The C B2_PI literal (3.14159265359f) rounds to exactly this f32 value.
pub const PI: f32 = core::f32::consts::PI; // 3.14159274f32https://en.wikipedia.org/wiki/Pi
The C B2_PI literal (3.14159265359f) rounds to exactly this f32 value.