[DB-SIG] Re the addition of decimal numbers to python

David Warnock david@sundayta.com
Tue, 14 Jan 2003 09:27:22 +0000


Bob,

> But the bottom line is: decimal data can easily be represented as 
> integer with precision.

Yes, but when you need to do calculations with mixed numbers of decimal 
places eg Jordanian Dinars (3dp) via Rate of Exchange (4dp) into $ (2dp) 
working with integers only is a pain. This is where fixedpoint is really 
helpful.

Regards

Dave