Browse Source

Numbers

pull/9/head
Jure Šorn 6 years ago
parent
commit
8b3e1f4ece
1 changed files with 2 additions and 2 deletions
  1. 4
      README.md

4
README.md

@ -351,9 +351,9 @@ Numbers
------- -------
### Basic Functions ### Basic Functions
```python ```python
round(<num> [, ndigits]) pow(x, y) # Or: x ** y
abs(<num>) abs(<num>)
math.pow(x, y) # Or: x ** y round(<num> [, ndigits])
``` ```
### Constants ### Constants

|||||||
100:0
Loading…
Cancel
Save