Anthony Smith's IDL routines

Galaxies etc.

single page | use frames     summary     class     fields     routine details     file attributes

misc/

ajs_logspace.pro

topajs_logspace

result = ajs_logspace(start, stop, num, base=base, step=step)

This function returns an array of points equally (logarithmically) spaced between two extremes (as Python's numpy.logspace or Matlab).

Return value

Returns array of floating point numbers, or double-precision if either start or stop is double precision

Parameters

start
stop
num

Keywords

base
step

Examples

Result = ajs_logspace(-10, 15)

File attributes

Modifcation date: Fri Jun 6 08:19:26 2008
Lines: 80
Docformat: idl verbatim