Where are the math functions?

Tim Rowe digitig at cix.co.uk
Thu Jun 15 15:28:00 EDT 2000


In article <20000615134357.A1087 at better.net>, parkw at better.net (William 
Park) wrote:

> In fact, GNU math.h includes many higher functions like
>     j0, j1, j2, y0, y1, y2
>     lngamma, gamma, ...
>     erfc, erf, ...
>     cbrt,
> but Python 'math' module doesn't include them.  So, you have to create a
> new module of your own.  

Is Python based on portable C? If so (I hope it is), then it's right not 
to wrap non-standard libraries as standard. But as Gnu is open source, 
it's a pretty handy place to get them! I needed them for an academic 
project, and it's harder to cite gnu source, but the next ones I want for 
real work I think I'll get that way!



More information about the Python-list mailing list