1 2 3 4
pub static LARGE_EPSILON: f32 = 0.000_01_f32; /// The golden ratio, φ = (1 + √5) / 2 ≈ 1.618033988749895 pub static GR: f32 = 1.618_034_f32;