Returns the error function of a double.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax 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
A double value.
Return Value
Type:
Double
A
double value specifying the error function of x.
Remarks
The error function method, Erf(x), is defined to be
All values of x are legal.
See Also