NXC
Version 1.2.1 r5
|
#define Atan2D | ( | _Y, | |
_X | |||
) | asm { atan2d __FLTRETVAL__, _Y, _X } |
Compute arc tangent with two parameters (degrees).
Computes the arc tangent of _Y/_X. Only constants or variables allowed (no expressions).
_Y | Floating point value. |
_X | Floating point value. |