Evaluates the error function.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double Erf(
double x
)
Public Shared Function Erf (
x As Double
) As Double
public:
static double Erf(
double x
)
static member Erf :
x : float -> float
Parameters
- x
- Type: SystemDouble
The argument for which to evaluate
the function.
Return Value
Type:
DoubleThe value of the error function
for the specified argument.
Reference