On Wed, Jul 8, 2009 at 5:37 AM, Charles R
Harris<charlesr.har...@gmail.com> wrote:
> David,
>
> Should any standard c functions used in loops.c.src be the npy_* version?
> I've been using fabs, but I'm wondering if that should be npy_fabs.

Yes. Although fabs is available on any platform in theory, we should
standardize on using npy_ everywhere (even if the function is
available, we may use a different implementation for the npy_ one
because the original is too buggy).

It would be nice to enforce this, actually.

David
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to