This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xyl123
Recipients xyl123
Date 2018-11-08.12:05:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541678753.34.0.788709270274.issue35188@psf.upfronthosting.co.za>
In-reply-to
Content
when I use:print(np.arange(1,2.2,0.2))
I got: 
1.0
1.2
1.4
1.5999999999999999
1.7999999999999998
1.9999999999999998
2.1999999999999997
could any one tell me why it's not 1.0,1.2,1.4,1.6,1.8,2.0?
Many thanks!
History
Date User Action Args
2018-11-08 12:05:53xyl123setrecipients: + xyl123
2018-11-08 12:05:53xyl123setmessageid: <1541678753.34.0.788709270274.issue35188@psf.upfronthosting.co.za>
2018-11-08 12:05:53xyl123linkissue35188 messages
2018-11-08 12:05:53xyl123create