WorksheetFunction.Erf_Precise(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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