Browse Source

Date

pull/3/head
Jure Šorn 6 years ago
parent
commit
5892872506
1 changed files with 1 additions and 2 deletions
  1. 3
      README.md

3
README.md

@ -299,8 +299,7 @@ from math import inf, nan, isfinite, isinf, isnan
#### Or:
```python
float('inf')
float('nan')
float('inf'), float('nan')
```
### Random

Loading…
Cancel
Save