#include<math.h>
double fun1(double x){
	return erf(x);
}
