for with decimal values?

dusans dusan.smitran at gmail.com
Sun May 3 03:25:32 EDT 2009


>>> import numpy as np
>>> for i in np.arange(-10.5, 10.5, 0.1):
...     print i
...
-10.5
-10.4
-10.3
-10.2



More information about the Python-list mailing list