WorksheetFunction.Erf_Precise Method (Excel)

Returns the error function integrated between zero and lower_limit.

Version Information

Version Added: Excel 2010

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.Ff194598.awferf1_ZA06051136(en-us,office.14).gif

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)

See Also

Concepts

WorksheetFunction Object

WorksheetFunction Object Members