Description Usage Arguments Details Value See Also Examples
Return the n-th Fibonacci number
1 | fibonacci(n)
|
n |
n |
This function is recursively implements the famous Fibonacci
sequence. The function returns the nth member of the
sequence.
the sequence element
Other algebra:
bilinear(),
cubicspline(),
division,
horner(),
isPrime(),
linterp(),
nthroot(),
polyinterp(),
pwiselinterp(),
quadratic()
1 | fibonacci(10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.