An NDoc Documented Class Library

ErrorFunction.Erf Method 

Returns the error function erf(x).

public static double Erf(
   double x
);

Parameters

x
The value.

Return Value

the error function erf(x).

Remarks

The implementation of this method is based on:

See Also

ErrorFunction Class | numerics4net.special Namespace