Browse Source

Numbers

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

2
README.md

@ -380,7 +380,7 @@ Numbers
-------
### Basic Functions
```python
<num> = pow(<num>, <num>) # Or: <num> ** <num>
<num> = pow(<num>, <num>) # Or: <num> ** <num>
<real> = abs(<num>)
<real> = round(<real> [, ndigits])
```

Loading…
Cancel
Save