phi top-level constant
The golden ratio (φ), positive root of x² − x − 1 = 0.
ISO 80000-2 symbol: φ Value: 1.618 033 988 749 894 848 20…
Implementation
const double phi = 1.618033988749894848204586834365638117720;
The golden ratio (φ), positive root of x² − x − 1 = 0.
ISO 80000-2 symbol: φ Value: 1.618 033 988 749 894 848 20…
const double phi = 1.618033988749894848204586834365638117720;