ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: fibonacci

fibonacci(n) returns the nth Fibonacci number. fibonacci(0) = 0, fibonacci(1) = 1, fibonacci(2) = 1, fibonacci(n) = fibonacci(n − 1) + fibonacci(n − 2).