pub const GOLDEN_RATIO: f64 = 1.61803398874989484820_f64;
Expand description
Usually denoted as 𝜑, the golden ratio is defined as the positive solution to 𝜑² = 𝜑 + 1. See this article for further information
pub const GOLDEN_RATIO: f64 = 1.61803398874989484820_f64;
Usually denoted as 𝜑, the golden ratio is defined as the positive solution to 𝜑² = 𝜑 + 1. See this article for further information