#include<math.h>
double fun2(double x){
	return erfc(x);
}
