commit | eaee1385a084d3b5b680539974f4af1d927ddc68 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun May 08 19:48:08 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sun May 08 19:48:08 2011 -0500 |
tree | 6428346518efa94a17d2904b27c16b2f86e03abb | |
parent | 6348f0ecddaca5ed06df4f80313c31c8db597b27 [diff] |
note the point of having log2
diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 8254d3f..d68cf11 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst
@@ -186,7 +186,8 @@ .. 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