numpy.logspace() in Python
start: Represents the start of the interval range
stop: Represents the end of the interval range
endpoint: This is an optional parameter that takes a Boolean value. If passed True, the stop is the last sample.
num: Represents the total number of samples to generate
base: This represents the log scale base.
dtype: Represents the type of output array.