A high-performance general-purpose compute library

Evaluate the tangent function. More...

Functions

AFAPI array tan (const array &in)
 C++ Interface to evaluate the tangent function. More...
 
AFAPI af_err af_tan (af_array *out, const af_array in)
 C Interface to evaluate the tangent function. More...
 

Detailed Description

Evaluate the tangent function.

Function Documentation

◆ af_tan()

AFAPI af_err af_tan ( af_array out,
const af_array  in 
)

C Interface to evaluate the tangent function.

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

◆ tan()

AFAPI array tan ( const array in)

C++ Interface to evaluate the tangent function.

Parameters
[in]ininput array
Returns
tangent