Can't find it.
I mean something like:
[color=blue][color=green]
>> m1 = Money(decimal=2 )
>> m2 = Money(decimal=2 )
>> m1.value = 3.20
>> m2.value = 2.15
>> print m1 + m2[/color][/color]
5.35
5.35! Not 5.3500000000000 001 neither 5.3499999999999 9999999.
I think this is not a rare thing, but I can't find it in the standar library
neither the package index.
Thanks!
.. Facundo
I mean something like:
[color=blue][color=green]
>> m1 = Money(decimal=2 )
>> m2 = Money(decimal=2 )
>> m1.value = 3.20
>> m2.value = 2.15
>> print m1 + m2[/color][/color]
5.35
5.35! Not 5.3500000000000 001 neither 5.3499999999999 9999999.
I think this is not a rare thing, but I can't find it in the standar library
neither the package index.
Thanks!
.. Facundo
Comment