A high-performance general-purpose compute library

Evaluate the inverse sine function (arc sine). More...

Functions

AFAPI array asin (const array &in)
 C++ Interface to evaluate the inverse sine function. More...
 
AFAPI af_err af_asin (af_array *out, const af_array in)
 C Interface to evaluate the inverse sine function. More...
 

Detailed Description

Evaluate the inverse sine function (arc sine).

Function Documentation

◆ af_asin()

AFAPI af_err af_asin ( af_array out,
const af_array  in 
)

C Interface to evaluate the inverse sine function.

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

◆ asin()

AFAPI array asin ( const array in)

C++ Interface to evaluate the inverse sine function.

Parameters
[in]ininput array
Returns
inverse sine