WorksheetFunction.ErfC_Precise Method (Excel)

Returns the complementary error function integrated between the specified value and infinity.

Version Information

Version Added: Excel 2010

Syntax

expression .ErfC_Precise(Arg1)

expression A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

Required

Variant

The value to compute against.

Return Value

Double

Remarks

If the specified value is nonnumeric, ErfC_Precise generates an error.

See Also

Concepts

WorksheetFunction Object

WorksheetFunction Object Members