A high-performance general-purpose compute library

Functions

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

Detailed Description

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

Function Documentation

◆ af_atanh()

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()

array atanh ( const array & in)

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

Parameters
[in]ininput array
Returns
inverse hyperbolic tangent