[sorry, wrong list] Re: error function erf(z) with complex z

2005-09-07 Thread Victor Munoz
On Wed, Sep 07, 2005 at 07:38:38PM +0900, Victor Munoz wrote: > It is not in Debian, but Matpack has an implementation for the Faddeeva > function: > Sorry, this post was for debian-science. Victor

Re: error function erf(z) with complex z

2005-09-07 Thread Victor Munoz
On Wed, Sep 07, 2005 at 12:03:28PM +0200, Thomas Weber wrote: > Hello, > > > >>> from scipy.special import erf > > >>> erf(2+3j) > > (-20.829461428577808+8.6873182710560588j) > Yes, thanks. Unfortunately, the library used for this is Fortran, so I'm > still open for other suggestions. > > It