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).
C Interface to evaluate the inverse sine function.
[out] | out | inverse sine |
[in] | in | input array |