On 13/05/2008, at 10:52, Joshua Spoerri wrote:
Should decimal be the default for floating period literals?
-Inf
:)
E.g.
1.2 would actually be decimal.Decimal("1.2")
and float(1.2) would be used to get traditional binary float point.
--
Leonardo Santagada