#pragma once #include "Math.h" namespace MbD { class Numeric : public Math { // public: static double arcTan0to2piYoverX(double y, double x); }; }