ArrayFire: erfc

Evaluate the complementary error function. More...

Functions

AFAPI array erfc (const array &in)
 C++ Interface to evaluate the complementary error function. More...
 
AFAPI af_err af_erfc (af_array *out, const af_array in)
 C Interface to evaluate the complementary error function. More...
 

Evaluate the complementary error function.

Note
This function only supports real inputs; complex inputs are not yet supported.

◆ af_erfc()

C Interface to evaluate the complementary error function.

Parameters
[out]outcomplementary error function
[in]ininput array
Returns
AF_SUCCESS, if function returns successfully, else an af_err code is given

C++ Interface to evaluate the complementary error function.

Parameters
Returns
complementary error function