[Numpy-discussion] IEEE 754-2008 decimal floating point support

Charles R Harris charlesr.harris at gmail.com
Wed Sep 8 11:43:56 EDT 2010


On Wed, Sep 8, 2010 at 9:26 AM, Michael Gilbert <michael.s.gilbert at gmail.com
> wrote:

> Hi,
>
> Are there any plans to add support for decimal floating point
> arithmetic, as defined in the 2008 revision of the IEEE 754 standard
> [0], in numpy?
>
>
Not at the moment. There is currently no hardware or C support and adding
new types to numpy isn't trivial. You can get some limited Decimal
functionality by using python classes and object arrays, for instance the
Decimal class in the python decimal module, but the performance isn't great.

What is your particular interest in decimal support?

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100908/046ab832/attachment.html>


More information about the NumPy-Discussion mailing list