mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
note the point of having log2
This commit is contained in:
parent
6348f0ecdd
commit
eaee1385a0
1 changed files with 2 additions and 1 deletions
|
@ -186,7 +186,8 @@ Power and logarithmic functions
|
|||
|
||||
.. function:: log2(x)
|
||||
|
||||
Return the base-2 logarithm of *x*.
|
||||
Return the base-2 logarithm of *x*. This is usually more accurate than
|
||||
``log(x, 2)``.
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue