SciPy

This is documentation for an old release of SciPy (version 0.13.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.wofz

scipy.special.wofz(z) returns the value of the fadeeva function for complex argument z: exp(-z**2)*erfc(-i*z) = <ufunc 'wofz'>

y=wofz(z) returns the value of the fadeeva function for complex argument z: exp(-z**2)*erfc(-i*z)

References

[R195]Steven G. Johnson, Faddeeva W function implementation. http://ab-initio.mit.edu/Faddeeva

Previous topic

scipy.special.erfcinv

Next topic

scipy.special.dawsn