1 2 3 4 5 6 7 8 9
#include "slang-math.h" namespace CoreLib { namespace Basic { const float Math::Pi = 3.141592654f; } }