把2看成是根号2的平方,利用基本积分公式(1/a^2+x^2) 的原函数为1/a * arctan(x/a)
求原函数是积分,不是求导∫(x-1)²dx=(1/3)(x-1)³+C(C为积分常数)
int fun(int x){ reutrn 1/(2+(x*x)); }
1/(x的平方+2)