cpp开根 2024-1-28 20:21 开根 c++中开根号需要其他的头文件 #include <math.h> 然后使用函数sqrt(x);即可。 比如: #include <iostream> #include <math.h> void main() { double a = 16.0; b = sqrt(a); cout << b << endl; return; } 文章「cpp开根」,由本站用户「Admin」发布。文章仅代表Admin观点,不代表本站立场。页面网页地址「https://xiaozhiyuqwq.top/p/796」。如您对文章及其附件提出版权主张,或进行引用转载等,请查看我们的【版权声明】。
:-)