maxframe.tensor.special.wofz#
- maxframe.tensor.special.wofz(z, out=None)[source]#
Faddeeva function
Returns the value of the Faddeeva function for complex argument:
exp(-z**2) * erfc(-i*z)
- Parameters:
z (array_like) – complex argument
out (ndarray, optional) – Optional output array for the function results
- Returns:
Value of the Faddeeva function
- Return type:
scalar or ndarray
References