Evaluates the imaginary error function.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double Erfi(
double x
)
Public Shared Function Erfi (
x As Double
) As Double
public:
static double Erfi(
double x
)
static member Erfi :
x : float -> float
Parameters
- x
- Type: SystemDouble
The argument for which to evaluate
the function.
Return Value
Type:
DoubleThe value of the imaginary error function
for the specified argument.
The imaginary error function is defined by:
erfi(z) = -i erf(iz).
Reference