13
#ifndef TERMCALC_CALC_H
#define TERMCALC_CALC_H
#include <iostream>
#include <cfloat>
#include <cmath>
#include <string>
typedef long double flt_t;
typedef long long int_t;
typedef std::string strr;
#endif //TERMCALC_CALC_H