时间:2012-10-01 18:27:58
float fun()
{
float x0,x1=0.0;
do{
x0=x1;
x1=cos(x0);
}while(fabs(x0-x1)>0.000001);
return x
电脑版 | 手机版 | 返回顶部