Mark Dickinson <[email protected]> added the comment:
> Should `imath.isqrt` be renamed to `imath.sqrt`? On futher reflection, I don't think it should. It's a different function, so it's not like comparing `math.sqrt` and `cmath.sqrt`. One more: I suggest renaming the new function `ilog` to `ilog2`, for consistency with `math.log` versus `math.log2`. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue37132> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
