[Tutor] Module for fixed decimal arithmetic - followup

Kent Johnson kent_johnson at skillsoft.com
Fri Sep 3 04:31:57 CEST 2004


Recently someone requested a python module for fixed point arithmetic. It 
turns out that python 2.4 includes the decimal module which does just that. 
See PEP 327 for details: http://www.python.org/peps/pep-0327.html

Kent



More information about the Tutor mailing list