ArrayFire: erf

Evaluate the error function. More...

Functions

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

Evaluate the error function.

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

◆ af_erf()

C Interface to evaluate the error function.

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

C++ Interface to evaluate the error function.

Parameters
Returns
error function