1,000,000th Fibonacci Number

As finding the fibonaci 1000000?
What is the code?
http://en.wikipedia.org/wiki/Fibonacci_number lists more than one equation.
Are you sure the question is only to findi the 1000000th Fibonaci number ?

because it's quite big and big integer is the only solution for me,
The 1000th fibonacci number is already this:

43466557686937456435688527675040625802564660517371780402481729089536555
41794905189040387984007925516929592259308032263477520968962323987332247
1161642996440906533187938298969649928516003704476137795166849228875

Are you sure you want to find 1,000,000?
Last edited on
What is the code in C++?
Is this for Project Euler? The point is for you to practice writing code than can accomplish tasks such as this.
Topic archived. No new replies allowed.