C语言用公式求π近似值
2020-12-13 13:48
标签:pre double include int turn printf 精确 color 语言 终止条件: 某一项: 1 / n+2
1e-6即0.000001, 代码如下: 这里能算出精确到小数后14位,后面都是0. 结果: 3.141590653589692 C语言用公式求π近似值 标签:pre double include int turn printf 精确 color 语言 原文地址:https://www.cnblogs.com/m-yb/p/11537888.html 1 #include