FIB(n)
n: positive integer
FIB(n) is the nth Fibonacci number.
If n is not an integer, it is truncated. If it is negative or zero FIB returns #NUM!