Is there an easily available implementation of erf() for Python?

Posted by rog on Stack Overflow See other posts from Stack Overflow or by rog
Published on 2009-01-19T12:10:58Z Indexed on 2010/06/13 16:12 UTC
Read the original article Hit count: 131

Filed under:
|

I can implement the error function, erf, myself, but I'd prefer not to. Is there a python package with no external dependencies that contains an implementation of this function? I have found http://pylab.sourceforge.net/packages/included_functions.html>this but this seems to be part of some much larger package (and it's not even clear which one!).

I'm sorry if this is a naive question - I'm totally new to Python.

© Stack Overflow or respective owner

Related posts about python

Related posts about math