pub const PHI: f64 = 1.618033988749894848204586834365638118_f64;Expand description
Golden ratio constant.
This constant is in the rust standard library as std::f64::consts::PHI, but only available on nightly.
pub const PHI: f64 = 1.618033988749894848204586834365638118_f64;Golden ratio constant.
This constant is in the rust standard library as std::f64::consts::PHI, but only available on nightly.