I\'m using some macros, and observing some strange behaviour.
I\'ve defined PI as a constant, and then used it in macros to convert degrees to radians and radians to
You should use parenthesis for your macros to specify precedence. In addition to that, i think in many cases math.h will define PI for you