geometric¶
- emlib.numberseries.geometric(n, start=1, expon=1.618033988749895)[source]¶
Generates a geometric series. With expon==PHI, results in a fibonacci series
- Parameters:
n (
int) – number of items to generatestart – the starting number of the series
expon – the exponential of the series
- Return type:
list[int]- Returns:
a list of n elements