Where is `M_PI` defined?

Ah ha, got it, thanks for the pointers.

Have to add this to any file I want to understand the M_PI

#define _USE_MATH_DEFINES
#include <cmath>

then:

image