Browse Source

Format

pull/3/head
Jure Šorn 6 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 ```python
from math import log, log10, log2 from math import log, log10, log2
log(x [, base]) # Base e, if not specified. 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 ### Infinity, nan

Loading…
Cancel
Save