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
```python
round(<num> [, ndigits])
pow(x, y) # Or: x ** y
abs(<num>)
math.pow(x, y) # Or: x ** y
round(<num> [, ndigits])
```
### Constants

Loading…
Cancel
Save