WorksheetFunction.ErfC_Precise(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 error function integrated between the specified value and infinity.
public:
double ErfC_Precise(System::Object ^ Arg1);
public double ErfC_Precise (object Arg1);
Public Function ErfC_Precise (Arg1 As Object) As Double
Parameters
- Arg1
- Object
The value to compute against.
Returns
Remarks
If the specified value is nonnumeric, ErfC_Precise generates an error.
If the specified value is negative, ErfC_Precise generates an error.