Mark Dickinson <dicki...@gmail.com> added the comment: > There is no two-argument libm `log`. Two-argument log(x, base) is implemented > as log(x) / log(base).
Yep. But log(x) / log(base) is monotonic in x for a fixed base, assuming that the libm log is. My objections still hold. :-) Please let's keep the math.log implementation simple (or at least, no more complicated than it already is). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31980> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com