Commit eaee1385 authored by Benjamin Peterson's avatar Benjamin Peterson

note the point of having log2

parent 6348f0ec
...@@ -186,7 +186,8 @@ Power and logarithmic functions ...@@ -186,7 +186,8 @@ Power and logarithmic functions
.. function:: log2(x) .. 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 .. versionadded:: 3.3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment