powered by
Return the n-th Fibonacci number
fibonacci(n)
n
the sequence element
This function is recursively implements the famous Fibonacci sequence. The function returns the nth member of the sequence.
Other algebra: bilinear(), cubicspline(), division, horner(), isPrime(), linterp(), nthroot(), polyinterp(), pwiselinterp(), quadratic()
bilinear()
cubicspline()
division
horner()
isPrime()
linterp()
nthroot()
polyinterp()
pwiselinterp()
quadratic()
# NOT RUN { fibonacci(10) # }
Run the code above in your browser using DataLab