Safe HaskellNone

Properties

Synopsis

Documentation

fib :: Integer -> Integer

Fibonacci number of given Integer.

fib n <= fib (n + 1)