fibonacci: Fibonacci

Description Usage Arguments Details Value

View source: R/RcppExports.R

Description

The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ... The next number is found by adding up the two numbers before it.

Usage

1

Arguments

n

integer. Length of the Fibonacci Sequence

Details

Implemented in C++

Value

The Fibonacci Sequence


unimi-dse/15f07018 documentation built on Feb. 19, 2020, 2:03 a.m.