A high-performance general-purpose compute library

Evaluate the inverse hyperbolic tangent function (area hyperbolic tangent). More...

Functions

AFAPI array atanh (const array &in)
 C++ Interface to evaluate the inverse hyperbolic tangent function. More...
 
AFAPI af_err af_atanh (af_array *out, const af_array in)
 C Interface to evaluate the inverse hyperbolic tangent function. More...
 

Detailed Description

Evaluate the inverse hyperbolic tangent function (area hyperbolic tangent).

Function Documentation

◆ af_atanh()

AFAPI af_err af_atanh ( af_array out,
const af_array  in 
)

C Interface to evaluate the inverse hyperbolic tangent function.

Parameters
[out]outinverse hyperbolic tangent
[in]ininput
Returns
AF_SUCCESS, if function returns successfully, else an af_err code is given

◆ atanh()

AFAPI array atanh ( const array in)

C++ Interface to evaluate the inverse hyperbolic tangent function.

Parameters
[in]ininput array
Returns
inverse hyperbolic tangent