fibonacci

emlib.numberseries.fibonacci(n, a=1, b=1)[source]

Calculate the first n numbers of the the fibonacci series

Return type:

List[int]