You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This C++ program evaluates the golden ratio using the continued fraction and then extracts the Fibonacci series using the golden ratio.
Note that first 100 iteration of the continued fraction is used, so the result is pretty accurate.
About
This C++ program evaluates the golden ratio using the continued fraction and then extracts the Fibonacci series using the golden ratio.