首页
编程
java
php
前端
首页
编程
java
php
前端
有无朋友知道c语言里面开方怎么弄
#include <math.h>
y = (1+x
x)/(x
x+4*sqrt(x)+10);
sqrt函数就是开方函数
点击展开全文