A high-performance general-purpose compute library

Evaluate the hyperbolic sine function. More...

Functions

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

Detailed Description

Evaluate the hyperbolic sine function.

Function Documentation

◆ af_sinh()

AFAPI af_err af_sinh ( af_array out,
const af_array  in 
)

C Interface to evaluate the hyperbolic sine function.

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

◆ sinh()

AFAPI array sinh ( const array in)

C++ Interface to evaluate the hyperbolic sine function.

Parameters
[in]ininput array
Returns
hyperbolic sine