Exercise 17 corrected after #22

This commit is contained in:
Aleksey Zadoiniy
2018-10-31 11:42:02 +03:00
parent 3580544f9e
commit edc841c4cd
6 changed files with 6 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ free to open an issue at <https://github.com/rougier/numpy-100>
np.nan == np.nan
np.inf > np.nan
np.nan - np.nan
np.nan in set([np.nan])
0.3 == 3 * 0.1
```