公式在哪里呢?分段函数吧
float fun(float x) { if(x<=-5) return x*x+x-1; if(x>=5) return x+6; return pow(x,5); }
没有图像呀...分段公式在哪呢