Constant number_diff::GOLDEN_RATIO
source Β· 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