What is the quickest way to calculate $\phi$? I am looking for methods that don't include complex calculations such as cube root, or $\sin$ etc. but $\sqrt {\ \ }$ is okay. I think it is $\dfrac{1+\sqrt5}{2}$ but I do not have any proof. I will calculate square roots by using $$\sqrt x = x_\infty ; x_{n+1} = \dfrac{x_n+\dfrac{x}{x_n}}{2}$$
I am calculating by hand
Edit: If anybody hasn't read the comments below, then it says: "which produces $\phi$ the fastest for more iterations of that formula/function. a single fraction is obviously one function, but how many decimal places does it produce? I'd rather not have continued fractions...
I think you can try with the very quick formula $$ \phi =1+{\frac {1}{1+{\frac {1}{1+{\frac {1}{1+{\frac {1}{1+...}}}}}}}}$$ By the way, without posting stupid solutions, I would suggest the trigonometric interpetation: $$ \varphi =2\cos {\frac {\pi }{5}}=2\sin {\frac {3\pi }{10}} $$