Special.Erfi 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
Erfi( | Evaluates the imaginary error function. |
Erfi( | Evaluates the imaginary error function. |
Erfi(Complex<Double>)
Evaluates the imaginary error function.
public static Complex<double> Erfi(
Complex<double> z
)
Parameters
Return Value
Complex<Double>The value of the imaginary error function for the specified argument.
Remarks
The imaginary error function is defined by: erfi(z) = -i erf(iz).
Erfi(Double)
Evaluates the imaginary error function.
public static double Erfi(
double x
)
Parameters
- x Double
- The argument for which to evaluate the function.
Return Value
DoubleThe value of the imaginary error function for the specified argument.
Remarks
The imaginary error function is defined by: erfi(z) = -i erf(iz).