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