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