An NDoc Documented Class Library

ErrorFunction.Erfc Method 

Returns the complementary error function erfc(x).

public static double Erfc(
   double x
);

Parameters

x
the evaluation point.

Return Value

erfc(x).

Remarks

See Also

ErrorFunction Class | numerics4net.special Namespace