

As they should, if that’s the only thing you are using it for, don’t introduce a whole header file, just put the following in the constants.h or equivalent that the proj for sure has:
#define M_PI 3.14159265358979323846264338327950288
Yes, it’s literally what math.h has defined.
As a comp sci that interacts a lot with engineers, I feel this in my soul.