From my basic knowledge of C++, I know that
#define PI 3.14159
would replace every instance of PI with 3.14159. What if
PI
3.14159