Charles R Harris wrote:
> Hi All,
>
>
>
> I propose:
>
> umath_funcs_c99.inc.src
> umath_funcs.inc.src
> umath_loops.inc.src
> umath_object.inc
> umathmodule.c
This sounds fine to me.
-Travis
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
Hi All,
I thought I should run this by folks before doing the deed. I propose to
break up the umathmodule file. Currently the umath module is put together
from the following files:
math_c99.inc.src
ufuncobject.c
umathmodule.c.src
I propose:
umath_funcs_c99.inc.src
umath_funcs.inc.src
umath_loop