Skip to content

Super quick computation of the nth Fibonacci number using Binet's formula and fast doubling method.

Notifications You must be signed in to change notification settings

PyGeek03/Crazy-Fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Crazy Fibonacci

My implementation of Binet's formula and fast doubling method for computation of the nth Fibonacci number in Python, using the decimal library.

Any nth Fibonacci number, with n from 0 to 4784971966781665971, could be computed in a fraction of a second!

Note: From n = 123, there is some loss of accuracy.

About

Super quick computation of the nth Fibonacci number using Binet's formula and fast doubling method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published