in reply to Re^4: fibonacci numbers using subroutine?
in thread fibonacci numbers using subroutine?
I guess you must have a 64bit processor? I can't represent fib(100) as an int without resorting to some bigger than normal integer strategy.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: fibonacci numbers using subroutine?
by JavaFan (Canon) on Aug 20, 2010 at 13:13 UTC | |
|
Re^6: fibonacci numbers using subroutine?
by BrowserUk (Patriarch) on Aug 20, 2010 at 13:23 UTC |