#ifndef _MYFUNC_ #define _MYFUNC_ #include <cmath> #include"errmsg.h"
using namespace std;
double div(double, double); double log(double); #endif