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 mhmtyozcu001
Recipients benjamin.peterson, mhmtyozcu001, vstinner
Date 2008-10-07.01:46:13
SpamBayes Score 0.00022759772
Marked as misclassified No
Message-id <f563ff0e0810061846q4e1e9a3bif91de4f52bad6873@mail.gmail.com>
In-reply-to <1223334433.36.0.332183862237.issue4061@psf.upfronthosting.co.za>
Content
Dear Benjamin Peterson;
Thank you very much for your answer. That was very helpful
Best Wishes

2008/10/7 Benjamin Peterson <report@bugs.python.org>:
>
> Benjamin Peterson <musiccomposition@gmail.com> added the comment:
>
> This is a result of poor floating-point precision:
>
>>>> 2.3
> 2.2999999999999998
>>>> 6.3
> 6.2999999999999998
>
> See http://docs.python.org/tutorial/floatingpoint.html for more information.
>
> ----------
> nosy: +benjamin.peterson
> resolution:  -> invalid
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue4061>
> _______________________________________
>
History
Date User Action Args
2008-10-07 01:46:14mhmtyozcu001setrecipients: + mhmtyozcu001, vstinner, benjamin.peterson
2008-10-07 01:46:14mhmtyozcu001linkissue4061 messages
2008-10-07 01:46:13mhmtyozcu001create