Browse Source

Format

pull/3/head
Jure Šorn 5 years ago
parent
commit
b7b80c4c9c
1 changed files with 2 additions and 2 deletions
  1. 4
      README.md

4
README.md

@ -289,8 +289,8 @@ from math import cos, acos, sin, asin, tan, atan, degrees, radians
```python
from math import log, log10, log2
log(x [, base]) # Base e, if not specified.
log10(x) # Base 10.
log2(x) # Base 2.
log10(x) # Base 10.
log2(x) # Base 2.
```
### Infinity, nan

Loading…
Cancel
Save