Browse Source

Numbers

pull/27/head
Jure Šorn 6 years ago
parent
commit
dd64ffdf9a
1 changed files with 3 additions and 5 deletions
  1. 8
      README.md

8
README.md

@ -377,8 +377,8 @@ Format
* **`'X'` - HEX**
Math
----
Numbers
-------
### Basic Functions
```python
<num> = pow(<num>, <num>) # Or: <num> ** <num>
@ -412,9 +412,7 @@ from math import inf, nan, isinf, isnan
float('inf'), float('nan')
```
Random
------
### Random
```python
from random import random, randint, choice, shuffle
<float> = random()

Loading…
Cancel
Save