issues
search
vishr
/
local-history
A Sublime Text 2/3 plugin for maintaining local history of files. [backup | open | compare | incremental diff]
http://vishr.com/local-history
MIT License
227
stars
21
forks
source link
fix log(x, 2) for python 2
#74
Closed
jrappen
closed
8 years ago
jrappen
commented
8 years ago
This PR fixes the log base-2 import for Python 2.
Compare:
https://docs.python.org/2/library/math.html#math.log
https://docs.python.org/3.3/library/math.html#math.log2
This PR fixes the log base-2 import for Python 2.
Compare: