fibonacci: Fibonacci numbers

Description Usage Arguments Details Value See Also Examples

View source: R/fibonacci.R

Description

Return the n-th Fibonacci number

Usage

1

Arguments

n

n

Details

This function is recursively implements the famous Fibonacci sequence. The function returns the nth member of the sequence.

Value

the sequence element

See Also

Other algebra: bilinear(), cubicspline(), division, horner(), isPrime(), linterp(), nthroot(), polyinterp(), pwiselinterp(), quadratic()

Examples

1

cmna documentation built on July 14, 2021, 5:11 p.m.