Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, Germany |
floggen
Generate a logarithmic grid from xmin to xmax, each inclusive, with npt points
general purpose
floggen,xmin,xmax,npt
xmin: Minimum x-value xmax: Maxmimum X-value npt : Number of points in the array do be generated
The function returns the logarithmically spaced array
xmin,xmax have to be greater than 0 npt has to be greater than 2
Generate linear array in logspace, exponentiate
print,floggen(10.,1000.,5)
Version 1.0, 1997/06/22 Joern Wilms (wilms@astro.uni-tuebingen.de)
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]