WorksheetFunction.Erf_Precise method (Excel)
Returns the error function integrated between zero and lower_limit.
expression.Erf_Precise (Arg1)
expression A variable that represents a WorksheetFunction object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Arg1 | Required | Variant | Lower_limit - the lower bound for integrating Erf. |
Double
If lower_limit is nonnumeric, Erf_Precise generates an error.
If lower_limit is negative, Erf_Precise generates an error.
Notitie
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).
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.