Special.Erfc Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Erfc( | Evaluates the complementary error function. |
Erfc( | Evaluates the complementary error function. |
Erfc(Complex<Double>)
Evaluates the complementary error function.
public static Complex<double> Erfc(
Complex<double> z
)
Parameters
Return Value
Complex<Double>The value of the complementary error function for the specified argument.
Erfc(Double)
Evaluates the complementary error function.
public static double Erfc(
double x
)
Parameters
- x Double
- The argument for which to evaluate the function.
Return Value
DoubleThe value of the complementary error function for the specified argument.