Myron Alexander wrote: > Hello. > > I want to work with numbers without having to worry about binary representation. I work with currencies and other such values that must be absolute. In Java I have BigDecimal and in Python I have decimal. For finance, isn't round-off error more of an issue than internal representation? Sean