c语言编程二分法
#include <stdio.h>#include <stdlib.h>#include <math.h> double fun(double x) {return x*x*x+4*x*x-