[Numpy-discussion] Floating Point Difference between numpy and numarray

Hanni Ali hanni.ali at gmail.com
Wed Sep 3 06:51:26 EDT 2008


We used to care about memory when we were running on 32-bit platforms, but
with the move to 64-bit, enabled by the current work, the issue is removed
and I will probably be changing everything for more accuracy.

Thanks

Hanni


2008/9/3 David Cournapeau <david at ar.media.kyoto-u.ac.jp>

> Hanni Ali wrote:
> > Understood, but I would generally be more concerned with accuracy than
> > memory?
>
> It is a tradeof: you can choose accuracy if you want, but by using
> float32, you are already kind of hinting that you care about memory and
> speed (otherwise, why not using double, which is the default dtype for
> almost everything in numpy ?)
>
> cheers,
>
> David
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080903/ba172ade/attachment.html>


More information about the NumPy-Discussion mailing list