On Sun, Aug 21, 2011 at 1:08 AM, Robert Kern <[email protected]> wrote: > You may want to try the cdecimal package: > > http://pypi.python.org/pypi/cdecimal/
I'll second this suggestion. cdecimal is an extraordinarily carefully written and well-tested (almost) drop-in replacement for the decimal module, and well worth a try. It would probably be in the Python standard library by now if anyone had had proper time to review it... Mark _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
