Big Fib

Discussion of challenges you have already solved
AMindForeverVoyaging
Forum Admin
Posts: 497
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post by AMindForeverVoyaging »

eulerscheZahl wrote: Another program is sage (sagemath.org): it's actually python, but with math related library functions like equation solving, integral, ... It uses pari for some calculations.

Code: Select all

fibonacci(1500000).str()[::20000]
Gives the answer in a few milliseconds.
Nice :)
Post Reply