A high-performance general-purpose compute library

Functions

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

Detailed Description

Evaluate the tangent function.

Function Documentation

◆ af_tan()

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

array tan ( const array & in)

C++ Interface to evaluate the tangent function.

Parameters
[in]ininput array
Returns
tangent