tlienart / tlienart.github.io

Code for my website, powered by Franklin.jl
https://tlienart.github.io
9 stars 5 forks source link

add entry for constant time fib #36

Open tlienart opened 5 years ago

tlienart commented 5 years ago

It's a fun page, just diagonalise [0 1; 1 1] and get fib, can do it in almost arbitrary precisions...

Also in fact can get a closed form formula (yep, this is known see for instance http://mathonline.wikidot.com/a-closed-form-of-the-fibonacci-sequence)