A high-performance general-purpose compute library

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

Functions

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

Detailed Description

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

Function Documentation

◆ acosh()

array acosh ( const array & in)

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

Parameters
[in]ininput array
Returns
inverse hyperbolic cosine

◆ af_acosh()

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