M.-A. Lemburg wrote:
> [EMAIL PROTECTED] wrote:
> > BigDecimal is a Python class that supports decimal arithmetic on
very large integers. BigDecimal was inspired by the posting of BigDec
to c.l.py by Tim Peters. BigDecimal implements all the commonly used
integer methods. (It doesn't implement any
[EMAIL PROTECTED] wrote:
> BigDecimal is a Python class that supports decimal arithmetic on very large
> integers. BigDecimal was inspired by the posting of BigDec to c.l.py by Tim
> Peters. BigDecimal implements all the commonly used integer methods. (It
> doesn't implement any of the binary/sh