WorksheetFunction.ErfC_Precise(Object) Method

Definition

Returns the complementary error function integrated between the specified value and infinity.

public:
 double ErfC_Precise(System::Object ^ Arg1);
public double ErfC_Precise (object Arg1);
Public Function ErfC_Precise (Arg1 As Object) As Double

Parameters

Arg1
Object

The value to compute against.

Returns

Remarks

If the specified value is nonnumeric, ErfC_Precise generates an error.

If the specified value is negative, ErfC_Precise generates an error.

Applies to