Re: Fibonacci solution on RosettaCode
- Posted by jimcbrown (admin) Jan 30, 2011
- 1600 views
bruce1961 said...
I really like Euphoria! So incredibly expressive ...
I just put together a solution for Fibonacci Sequence, using an embedded byte-coded interpreter approach. I can see myself using this for quite a number of the other tasks.
Kind regards, Bruce.
There's actually a stdlib routine, math:fib() - though it suffers from the limitation of the maximum value that a double (64bit float) can store.