=================
Fibonacci Series
=================

To calculate fibonacci series. There are two functions fib1 and fib2.
fib1(n) will print out fibonacci series upto number less than or equal to n and fib2(n) will return a fibonacci series as a list upto number less than or equal to n.
