[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


floggen Source code in floggen.pro

floggen

Name
           floggen
Purpose
           Generate a logarithmic grid from xmin to xmax, each inclusive,
           with npt points
Category
           general purpose
Calling Sequence
           floggen,xmin,xmax,npt
Input Parameters
           xmin: Minimum x-value
           xmax: Maxmimum X-value
           npt : Number of points in the array do be generated
Output Parameters
           The function returns the logarithmically spaced array
Restrictions
           xmin,xmax have to be greater than 0
           npt has to be greater than 2
Procedure
           Generate linear array in logspace, exponentiate
Example
           print,floggen(10.,1000.,5)
Revision History
           Version 1.0, 1997/06/22 Joern Wilms (wilms@astro.uni-tuebingen.de)

Last modified by pro2html on 2005 January 04 at 16:38 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically