回答編集履歴
2
edit
answer
CHANGED
@@ -3,4 +3,9 @@
|
|
3
3
|
np.arange(0.01, 0.079, 0.01)
|
4
4
|
```
|
5
5
|
|
6
|
-
浮動小数の精度のせいでしょうか。
|
6
|
+
浮動小数の精度のせいでしょうか。
|
7
|
+
|
8
|
+
---
|
9
|
+
|
10
|
+
https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.arange.html
|
11
|
+
> When using a non-integer step, such as 0.1, the results will often not be consistent. It is better to use linspace for these cases.
|
1
edit
answer
CHANGED
File without changes
|