fibs: fibs get fibonacci numbers

Description Usage Arguments Value

View source: R/helpers.R

Description

fibs get fibonacci numbers

Usage

1
fibs(n = 10, x1 = 0, x2 = 1)

Arguments

n

the index of the fibonacci number ot return (default: 10)

x1

the first number in the sequence (default: 0)

x2

the second number in the sequence (default: 1)

Value

numeric: the nth fibonacci number


mrkaye97/euleR documentation built on July 5, 2021, 1:44 p.m.