This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson, rhettinger, serhiy.storchaka, stutzbach, tim.peters
Date 2019-06-02.11:14:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559474089.86.0.770482313099.issue37132@roundup.psfhosted.org>
In-reply-to
Content
> 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`.
History
Date User Action Args
2019-06-02 11:14:49mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, stutzbach, serhiy.storchaka
2019-06-02 11:14:49mark.dickinsonsetmessageid: <1559474089.86.0.770482313099.issue37132@roundup.psfhosted.org>
2019-06-02 11:14:49mark.dickinsonlinkissue37132 messages
2019-06-02 11:14:49mark.dickinsoncreate