A high-performance general-purpose compute library

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...
 

Detailed Description

Evaluate the complementary error function.

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

Function Documentation

◆ af_erfc()

AFAPI af_err af_erfc ( af_array out,
const af_array  in 
)

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

◆ erfc()

AFAPI array erfc ( const array in)

C++ Interface to evaluate the complementary error function.

Parameters
[in]ininput array
Returns
complementary error function