fibo: Calculates the nth fibonacci number

Description Usage Arguments Value Examples

View source: R/fibo.R

Description

Calculates the nth fibonacci number

Usage

1
fibo(n)

Arguments

n

Value

the nth fibonacci number

Examples

1
2
3
fibo(6)

fibo(5) == fibo(4) + fibo(3)

MBrouns/jenkins_test documentation built on Sept. 2, 2020, 12:36 p.m.