9
#ifndef TERMCALC_CALC_H
#define TERMCALC_CALC_H
#include <cfloat>
#include <cmath>
typedef long double flt_t;
typedef long long int_t;
#endif //TERMCALC_CALC_H
9
#ifndef TERMCALC_CALC_H
#define TERMCALC_CALC_H
#include <cfloat>
#include <cmath>
typedef long double flt_t;
typedef long long int_t;
#endif //TERMCALC_CALC_H