tan of input More...

Functions

AFAPI array tan (const array &in)
 C++ Interface for tan. More...
 
AFAPI af_err af_tan (af_array *out, const af_array in)
 C Interface for tan. More...
 

Detailed Description

tan of input

Note
This function supports real inputs only. Complex inputs are not yet supported.

Function Documentation

AFAPI af_err af_tan ( af_array out,
const af_array  in 
)

C Interface for tan.

Parameters
[out]outwill contain tan of input
[in]inis input array
Returns
AF_SUCCESS if the execution completes properly
AFAPI array af::tan ( const array in)

C++ Interface for tan.

Parameters
[in]inis input array
Returns
tan of input
Examples:
image_processing/image_editing.cpp.