Properties
Synopsis
fib :: Integer -> Integer
Fibonacci number of given Integer.
Integer
fib n <= fib (n + 1)