A high-performance general-purpose compute library

Functions

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

Detailed Description

Evaluate the hyperbolic cosine function.

Function Documentation

◆ af_cosh()

af_err af_cosh ( af_array * out,
const af_array in )

C Interface to evaluate the hyperbolic cosine function.

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

◆ cosh()

array cosh ( const array & in)

C++ Interface to evaluate the hyperbolic cosine function.

Parameters
[in]ininput array
Returns
hyperbolic cosine