Evaluates the imaginary error function.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Complex<double> Erfi(
Complex<double> z
)
Public Shared Function Erfi (
z As Complex(Of Double)
) As Complex(Of Double)
public:
static Complex<double> Erfi(
Complex<double> z
)
static member Erfi :
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 imaginary error function
for the specified argument.
The imaginary error function is defined by:
erfi(z) = -i erf(iz).
Reference