>>> import numpy >>> numpy.arange(0, 3, 0.3) array([ 0. , 0.3, 0.6, 0.9, 1.2, 1.5, 1.8, 2.1, 2.4, 2.7]) -- http://mail.python.org/mailman/listinfo/python-list
- Re: Generating equally-spaced floats with least ... Mark Dickinson
- Re: Generating equally-spaced floats with least roun... Steven D'Aprano
- Re: Generating equally-spaced floats with least ... Chris Angelico
- Re: Generating equally-spaced floats with least ... Mark Dickinson
- Re: Generating equally-spaced floats with least ... Arnaud Delobelle
- Re: Generating equally-spaced floats with le... Stefan Krah
- Re: Generating equally-spaced floats with least ... Steven D'Aprano
- Re: Generating equally-spaced floats with least ... Steven D'Aprano
- Re: Generating equally-spaced floats with le... Chris Angelico
- Re: Generating equally-spaced floats with le... Chris Angelico
- Re: Generating equally-spaced floats with least rounding ... f . derainville
- Re: Generating equally-spaced floats with least rounding ... Terry Reedy
- Re: Generating equally-spaced floats with least roun... Arnaud Delobelle
- Re: Generating equally-spaced floats with least rounding ... Steven D'Aprano
- Re: Generating equally-spaced floats with least roun... Terry Reedy
- Re: Generating equally-spaced floats with least roun... Steven D'Aprano
- Re: Generating equally-spaced floats with least rounding ... John Ladasky
- Re: Generating equally-spaced floats with least rounding ... Arnaud Delobelle