回答編集履歴
1
追記
test
CHANGED
@@ -7,3 +7,11 @@
|
|
7
7
|
while(fabs(I - 1.880533) <= 0.0001) {
|
8
8
|
|
9
9
|
```
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
0.0001は適当に決めた精度です。
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
**参考**: [浮動小数点数の誤差を考慮した比較【double/float型の正しい比較方法】 | MaryCore](https://marycore.jp/prog/c-lang/compare-floating-point-number/)
|