Generates numbers spaced evenly on a log scale.
In linear space, the sequence starts at base ** start
(base
to the power of start
) and ends with base ** stop
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | start | Starting point, |
||
real(kind=rp), | intent(in) | :: | finish | Ending point, |
||
integer, | intent(in) | :: | num | Number of values to generate, |
||
real(kind=rp), | intent(out), | dimension(:) | :: | val | ( |
|
real(kind=rp), | intent(in), | optional | :: | base | Base of the logspace, default 10 |