Description Usage Arguments Details Value
This function prints the Fibonacci numbers between the positions n1 and n2. Here the 'n1' and 'n2' are natural numbers.
1 | fibonacci(n1 = 1, n2 = 5)
|
n1 |
is a natural number, the first element of the sequence to be printed. |
n2 |
also a natural number, the last element of the sequence to be printed. |
This is just an initial test for constructing R packages using git and GitHub on-line.
A vector containing Fibonacci numbers between n1 and n2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.