Description Usage Arguments Value
fibs get fibonacci numbers
1 | fibs(n = 10, x1 = 0, x2 = 1)
|
n |
the index of the fibonacci number ot return (default: 10) |
x1 |
the first number in the sequence (default: 0) |
x2 |
the second number in the sequence (default: 1) |
numeric: the nth fibonacci number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.