𝜑 generator (#15)
Jonathan Frech
This program generates 𝜑, also called the golden ratio. It creates the fibonacci sequence and divides the newly generated number by the last one. In theory this program would generate exactly¹ 𝜑.

Fibonacci sequence
The golden ratio (𝜑)
Source code: phi-generator.py
[1] | [2020-07-08] Assuming infinite time and memory it would compute 𝜑 in its limit. |