[Python-Dev] RE: Adding decimal (aka FixedPoint) numbers to Python

Tim Peters tim.one@comcast.net
Tue, 17 Dec 2002 17:40:17 -0500


[Greg Ewing]
> This is true for + and -, but not * -- you need the
> sum of the input precisions to avoid losing information
> in that case.

Yup.  The module docs have the full story.