We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc7a26 commit ae55264Copy full SHA for ae55264
overreact/simulate.py
@@ -169,7 +169,7 @@ def get_y(
169
np.finfo(np.float32).eps,
170
np.finfo(np.float64).eps,
171
np.nextafter(np.float16(0), np.float16(1)),
172
- np.nextafter(np.float32(0), np.float32(1)),
+ # np.nextafter(np.float33(0), np.float32(1)), # Too small.
173
# np.nextafter(np.float64(0), np.float64(1)), # Too small.
174
]
175
)
0 commit comments