Could anybody help me on how to do precise calculations with Python the way
hand-held calculators do?
A small example to show the impreciseness coming from the floating point
arithmetics:
(10000000000000 0.4*3)*100 gives 300000000000001 24.0
Thanks for any help,
Károly
hand-held calculators do?
A small example to show the impreciseness coming from the floating point
arithmetics:
(10000000000000 0.4*3)*100 gives 300000000000001 24.0
Thanks for any help,
Károly
Comment