fibanocci_2: Compute n-th fibanocci number

Description Usage Arguments Value Examples

View source: R/Fibanocci.R

Description

This function computes the n-th fibanocci number using a closed formula.

Usage

1
fibanocci_2(n = 1)

Arguments

n

the fibanocci number you wannt to compute. By default it is set to 1.

Value

The n-th fibanocci number (numeric)

Examples

1
2

OscarBarranco/Fibanocci documentation built on Oct. 30, 2019, 10:22 p.m.