Browse Source

Infinity

pull/9/head
Jure Šorn 5 years ago
parent
commit
9eb6389da4
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -388,7 +388,7 @@ log2(x) # Base 2.
### Infinity, nan
```python
from math import inf, nan, isfinite, isinf, isnan
from math import inf, nan, isinf, isnan
```
#### Or:

Loading…
Cancel
Save