By alashcraft
via blogs.lessthandot.com
Published: Dec 04 2008 / 06:21
This probably falls under the category of ‘Why bother’. However, there has been some recent interest in calculating arbitrarily large fibonacci numbers. There is nothing particularly difficult about calculating these numbers until you reach the maximum number that a bigint (or decimal) can hold. With Fibonacci numbers, you reach this limit pretty fast. There’s nothing particularly difficult about calculating this sequence, it merely involves adding 2 numbers together. But, since we run in to the data type limit, we need to start thinking outside the box.
Add your comment
Voters For This Link (13)
-
alashcraft -
Topnotch -
marco_rossi -
mswatcher -
yahden -
ca8msm -
chrissie1 -
SQLMenace -
AlexCuse -
Remou -
ScottG -
gmmastros -
olagato.myopenid.com