#include "slang-math.h" namespace CoreLib { namespace Basic { const float Math::Pi = 3.141592654f; } }