摘要: 牛顿迭代求根: #include<stdio.h>#include<math.h>int main(){ float solution(float a,float b,float c,float d); float a,b,c,d,x; scanf("%f %f %f %f",&a,&b,&c,&d 阅读全文
posted @ 2023-04-17 20:07 皮卡丘和杰尼龟 阅读(24) 评论(0) 推荐(0)