ah how could anyone forget "Hello World"
kibestar...interesting code I'm pretty new to C++ and I just kept seeing constant loops for Fibonacci numbers...One included 100 loops and it just seems rediculous to repeat this code over and over...Am I being Naive or is 100 loops common as well?
Argh, that is such an weird convention... The zero-th Fibonacci number morally should be 1.
F(-1)=0
F(0)=1
F(1)=1
The reason why this labeling convention is more natural is the following: the Fibonacci numbers appear naturally as the coefficients in the power series expansion of 1/(1-x-x^2). The power series expansion starts like this: