Mehmet Yozcu <[EMAIL PROTECTED]> added the comment:

Dear Victor Stinner;
Thank you very much for your answer. That was very helpful
Best Wishes

2008/10/7 STINNER Victor <[EMAIL PROTECTED]>:
>
> STINNER Victor <[EMAIL PROTECTED]> added the comment:
>
> Use Decimal to get an exact result:
>>>> from decimal import Decimal
>>>> print Decimal('2.3') + Decimal('6.3')
> 8.6
>
> ----------
> nosy: +haypo
>
> _______________________________________
> Python tracker <[EMAIL PROTECTED]>
> <http://bugs.python.org/issue4061>
> _______________________________________
>

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4061>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to