|
arc tan of input More...
Functions | |
AFAPI array | atan (const array &in) |
C++ Interface for arc tan (tan inverse) More... | |
AFAPI af_err | af_atan (af_array *out, const af_array in) |
C Interface for arc tan. More... | |
AFAPI af_err | af_atan2 (af_array *out, const af_array lhs, const af_array rhs, const bool batch) |
C Interface for arc tan of two inputs. More... | |
AFAPI array | atan2 (const array &lhs, const array &rhs) |
C++ Interface for arc tan of two arrays. More... | |
AFAPI array | atan2 (const array &lhs, const double rhs) |
C++ Interface for arc tan of two arrays. More... | |
AFAPI array | atan2 (const double lhs, const array &rhs) |
C++ Interface for arc tan of two arrays. More... | |
arc tan of input
C Interface for arc tan.
[out] | out | will contain arc tan of input |
[in] | in | is input array |
C Interface for arc tan of two inputs.
[out] | out | will arc tan of the inputs |
[in] | lhs | value of numerator |
[in] | rhs | value of denominator |
[in] | batch | specifies if operations need to be performed in batch mode |
C++ Interface for arc tan (tan inverse)
[in] | in | is input array |
C++ Interface for arc tan of two arrays.
[in] | lhs | value of numerator |
[in] | rhs | value of denominator |
C++ Interface for arc tan of two arrays.
[in] | lhs | value of numerator |
[in] | rhs | value of denominator |