note the point of having log2

This commit is contained in:
Benjamin Peterson 2011-05-08 19:48:08 -05:00
parent 6348f0ecdd
commit eaee1385a0

View File

@ -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