A high-performance general-purpose compute library

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

Functions

AFAPI array asinh (const array &in)
 C++ Interface to evaluate the inverse hyperbolic sine function. More...
 
AFAPI af_err af_asinh (af_array *out, const af_array in)
 C Interface to evaluate the inverse hyperbolic sine function. More...
 

Detailed Description

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

Function Documentation

◆ af_asinh()

AFAPI af_err af_asinh ( af_array out,
const af_array  in 
)

C Interface to evaluate the inverse hyperbolic sine function.

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

◆ asinh()

AFAPI array asinh ( const array in)

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

Parameters
[in]ininput array
Returns
inverse hyperbolic sine