Browse Source

Logarithm

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

2
README.md

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

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