It is a const because we want it to be calculated upon compilation and be kept in memory. #define does the calculations every time it is called.
It is a const because we want it to be calculated upon compilation and be kept in memory. #define does the calculations every time it is called.