Evaluates the complementary error function.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Complex<double> Erfc(
Complex<double> z
)
Public Shared Function Erfc (
z As Complex(Of Double)
) As Complex(Of Double)
public:
static Complex<double> Erfc(
Complex<double> z
)
static member Erfc :
z : Complex<float> -> Complex<float>
Parameters
- z
- Type: Extreme.MathematicsComplexDouble
The argument for which to evaluate
the function.
Return Value
Type:
ComplexDoubleThe value of the complementary error function
for the specified argument.
Reference