On Tue, Jul 28, 2009 at 10:09 PM, Nanime Puloski wrote:
> Does Numpy use Python's standard math library when calculating
> elementary functions such as exp(x) and acos(x)?
It depends on the dtype: for fundamental types (float, int, etc...),
the underlying implementation is whatever the (C) math li
Does Numpy use Python's standard math library when calculating
elementary functions such as exp(x) and acos(x)? Also, what is the
internal library of Numpy and Python's standard math library? Is it
platform independent?
--
http://mail.python.org/mailman/listinfo/python-list