j
k
j a
j l
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.
Back to the thread
Back to the list