[Numpy-discussion] Internal Math Library of Numpy

2009-07-30 Thread Nanime Puloski
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? Are they platform independent? ___ NumPy-Discussion mailing

Re: [Numpy-discussion] Internal Math Library of Numpy

2009-07-30 Thread Pauli Virtanen
On 2009-07-30, Nanime Puloski npulo...@gmail.com wrote: Does Numpy use Python's standard math library when calculating elementary functions such as exp(x) and acos(x)? No. Also, what is the internal library of Numpy and Python's standard math library? The standard C library, plus custom