[Numpy-discussion] Are the CPP symbols HAVE_LONGDOUBLE_FUNCS and HAVE_FLOAT_FUNCS public ?
David Cournapeau
david@ar.media.kyoto-u.ac...
Fri Sep 5 01:27:56 CDT 2008
Hi,
Those two symbols are mentioned in the numpy C-API book, but with my
work on cleaning the math configuration, those are not needed by numpy
anymore (I grep into numpy and scipy sources, and they are only used in
umathmodule.c.src, where they are obsoleted by my clean-up). Can I
remove them, or should I keep them for backward compatibility ?
cheers,
David
More information about the Numpy-discussion
mailing list