(no title)
PollardsRho | 10 months ago
What's meant by "it’s already too much to ask for a closed form for fibonacci numbers"? Binet's formula is usually called a closed form in my experience. Is "closed form" here supposed to mean "closed form we can evaluate without needing arbitrary-precision arithmetic"?
paulpauper|10 months ago
aleph_minus_one|10 months ago
You don't need arbitrary-precision arithmetic to evaluate Binet's formula - big integer arithmetic suffices (simply do your calculations in the ring Z[X]/(X^2-X-1) ).
PollardsRho|10 months ago
sfpotter|10 months ago
PollardsRho|10 months ago
LegionMammal978|10 months ago