fib.Rd
fib computes the nth fibonacci number (1-indexed)
fib
fib(n)
an integer
the nth fibonacci number
This function calls itself for each recursive computation.
fib(10)#> [1] 55