Construcst a logarithmically spaced array.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | start |
The exponent of the first value in the array. |
||
real(kind=real64), | intent(in) | :: | finish |
The exponent of the final value in the array. |
||
integer(kind=int32), | intent(in) | :: | npts |
The number of values in the array. |
The resulting array.