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 ### Basic Functions
```python ```python
<num> = pow(<num>, <num>) # Or: <num> ** <num> <num> = pow(<num>, <num>) # Or: <num> ** <num>
<real> = abs(<num>) <real> = abs(<num>)
<real> = round(<real> [, ndigits]) <real> = round(<real> [, ndigits])
``` ```

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