[Numpy-discussion] where does numpy get its pow function?

Chris Colbert sccolbert at gmail.com
Tue Sep 29 12:47:05 EDT 2009


Does numpy use pow from math.h or something else?

I seem to be having a problem with slow pow under gcc when building an
extension, but it's not affecting numpy. So if numpy uses that, then
there is something else i'm missing.

Cheers!

Chris



More information about the NumPy-Discussion mailing list