#ifndef TERMCALC_CALC_H #define TERMCALC_CALC_H #include #include #include #include typedef long double flt_t; typedef long long int_t; typedef std::string strr; #endif //TERMCALC_CALC_H