arc cos of input More...

Functions

AFAPI array acos (const array &in)
 C++ Interface for arc cos (cos inverse) More...
 
AFAPI af_err af_acos (af_array *out, const af_array in)
 C Interface for arc cos. More...
 

Detailed Description

arc cos of input

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

Function Documentation

AFAPI array af::acos ( const array in)

C++ Interface for arc cos (cos inverse)

Parameters
[in]inis input array
Returns
arc cos of input
AFAPI af_err af_acos ( af_array out,
const af_array  in 
)

C Interface for arc cos.

Parameters
[out]outwill contain arc cos of input
[in]inis input array
Returns
AF_SUCCESS if the execution completes properly