Evaluate the inverse tangent function (arc tangent). More...
Functions | |
AFAPI array | atan (const array &in) |
C++ Interface to evaluate the inverse tangent function. More... | |
AFAPI af_err | af_atan (af_array *out, const af_array in) |
C Interface to evaluate the inverse tangent function. More... | |
AFAPI af_err | af_atan2 (af_array *out, const af_array lhs, const af_array rhs, const bool batch) |
C Interface to evaluate the inverse tangent of two arrays. More... | |
AFAPI array | atan2 (const array &lhs, const array &rhs) |
C++ Interface to evaluate the inverse tangent of two arrays. More... | |
AFAPI array | atan2 (const array &lhs, const double rhs) |
C++ Interface to evaluate the inverse tangent of two arrays. More... | |
AFAPI array | atan2 (const double lhs, const array &rhs) |
C++ Interface to evaluate the inverse tangent of two arrays. More... | |
Evaluate the inverse tangent function (arc tangent).
C Interface to evaluate the inverse tangent function.
[out] | out | inverse tangent |
[in] | in | input array |
C Interface to evaluate the inverse tangent of two arrays.
[out] | out | inverse tangent of two arrays |
[in] | lhs | numerator |
[in] | rhs | denominator |
[in] | batch | batch mode |
C++ Interface to evaluate the inverse tangent function.
[in] | in | input array |
C++ Interface to evaluate the inverse tangent of two arrays.
[in] | lhs | value of numerator |
[in] | rhs | value of denominator |
C++ Interface to evaluate the inverse tangent of two arrays.
[in] | lhs | value of numerator |
[in] | rhs | value of denominator |