Special.Erf 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
Erf( | Evaluates the error function. |
Erf( | Evaluates the error function. |
Erf( | Evaluates the two-argument error function. |
Erf(Complex<Double>)
Evaluates the error function.
public static Complex<double> Erf(
Complex<double> z
)
Parameters
Return Value
Complex<Double>The value of the error function for the specified argument.
Erf(Double)
Evaluates the error function.
public static double Erf(
double x
)
Parameters
- x Double
- The argument for which to evaluate the function.
Return Value
DoubleThe value of the error function for the specified argument.
Erf(Double, Double)
Evaluates the two-argument error function.
public static double Erf(
double x1,
double x2
)
Parameters
Return Value
DoubleThe value of the error function for the specified arguments.