scipy.special.wofz¶
- scipy.special.wofz(z) = <ufunc 'wofz'>¶
- Faddeeva function - Returns the value of the Faddeeva function for complex argument: - exp(-z**2)*erfc(-i*z) - References - [R356] - Steven G. Johnson, Faddeeva W function implementation. http://ab-initio.mit.edu/Faddeeva 
