FIB

FIB Fibonacci numbers

Synopsis

FIB(n)

Arguments

n: positive integer

Description

FIB(n) is the nth Fibonacci number.

Note

If n is not an integer, it is truncated. If it is negative or zero FIB returns #NUM!