WorksheetFunction.Erf_Precise(Object) Method

Definition

Returns the error function integrated between zero and lower_limit.

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

Parameters

Arg1
Object

Lower_limit - the lower bound for integrating ERF.

Returns

Remarks

If lower_limit is nonnumeric, Erf_Precise generates an error. If lower_limit is negative, Erf_Precise generates an error.

Figure 1: Equation for calculating Erf_Precise method

Applies to