[Numpy-discussion] Why arange has no stop-point opt-in?

K.-Michael Aye kmichael.aye at gmail.com
Thu Dec 30 08:27:46 EST 2010


Dear all,

I'm a bit puzzled that there seems just no way to cleanly code an 
interval with evenly spaced numbers that includes the stop point given?
linspace offers to include the stop point, but arange does not?
Am I missing something? (I am aware, that I could do 
arange(9,15.0001,0.1) but that's what I want to avoid!)

Best regards and Happy New Year!
Michael





More information about the NumPy-Discussion mailing list