A high-performance general-purpose compute library

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

Functions

AFAPI array acosh (const array &in)
 C++ Interface to evaluate the inverse hyperbolic cosine function. More...
 
AFAPI af_err af_acosh (af_array *out, const af_array in)
 C Interface to evaluate the inverse hyperbolic cosine function. More...
 

Detailed Description

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

Function Documentation

◆ acosh()

AFAPI array acosh ( const array in)

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

Parameters
[in]ininput array
Returns
inverse hyperbolic cosine

◆ af_acosh()

AFAPI af_err af_acosh ( af_array out,
const af_array  in 
)

C Interface to evaluate the inverse hyperbolic cosine function.

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