A high-performance general-purpose compute library

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

Functions

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

Detailed Description

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

Function Documentation

◆ af_asinh()

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

array asinh ( const array & in)

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

Parameters
[in]ininput array
Returns
inverse hyperbolic sine