ArrayFire: asin

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...
 

Evaluate the inverse sine function (arc sine).

◆ af_asin()

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

C++ Interface to evaluate the inverse sine function.

Parameters
Returns
inverse sine