[Numpy-discussion] Decimal arrays?
Mark Dickinson
mdickinson@enthought....
Mon Aug 22 02:18:57 CDT 2011
On Sun, Aug 21, 2011 at 1:08 AM, Robert Kern <robert.kern@gmail.com> 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
More information about the NumPy-Discussion
mailing list