Monthly Archives: June 2018

Calculating the value of Phi aka the Golden Ratio in Perl

I was watching a video by 3blue1brown and decided to code up the Continued Fraction of “phi” aka “The Golden Ratio“. It’s pretty simple, it’s basically a recursive function (Here’s a link to the Mathematical Definition of a Recursion and the Programming … Continue reading

Posted in Science | Leave a comment