WorksheetFunction.ErfC(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 complementary ERF function integrated between the specified parameter and infinity.
public:
double ErfC(System::Object ^ Arg1);
public double ErfC (object Arg1);
Public Function ErfC (Arg1 As Object) As Double
Parameters
- Arg1
- Object
The first argument.
Returns
Remarks
Important: This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality. For more information about the new function, see the ErfC_Precise(Object) method.
If this function is not available, and returns the #NAME? error, you need to install and load the Analysis ToolPak add-in.
If the parameter is nonnumeric, ErfC returns the #VALUE! error value.
If the parameter is negative, ErfC returns the #NUM! error value.