Fibonacci sequence
List Generator
This constructs the fibonacci sequence as a lazy infinite list.
If you really need a function for it:
To support negative indices:
Iterative
Recursive
Last updated
This constructs the fibonacci sequence as a lazy infinite list.
If you really need a function for it:
To support negative indices:
Last updated