Greg Ewing <greg.ewing <at> canterbury.ac.nz> writes:
>
> So do you think that float("0.1") and Decimal("0.1") should be
> equal or not, and why?
Given that float("0.1") is not the mathematical 0.1, while Decimal("0.1") is,
I'd say no.
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
