logspace
generates n logarithmically-spaced points between d1 and d2 using the provided base.
Return
an array of lineraly space points.
Parameters
d1
The min value
d2
The max value
n
The number of points to generated
base
the logarithmic base to use