WorksheetFunction.Erf_Precise method (Excel)
Returns the error function integrated between zero and lower_limit.
Syntax
expression.Erf_Precise (Arg1)
expression A variable that represents a WorksheetFunction object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Arg1 | Required | Variant | Lower_limit - the lower bound for integrating Erf. |
Return value
Double
Remarks
If lower_limit is nonnumeric, Erf_Precise generates an error.
If lower_limit is negative, Erf_Precise generates an error.
Note
If you previously used the Erf method, which provides an optional upper_limit parameter, using the Erf_Precise method is equivalent to calling Erf(lower_limit) or Erf(0, upper_limit).
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.