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

Loading…
Cancel
Save