Mark Dickinson added the comment:

What no patch for pre-commit review?!

For computing nth roots, it may be worth special-casing the case n=2: for 
floats, `math.sqrt` is likely to be faster and more precise than an ad-hoc 
algorithm. (Indeed, I'd expect it to be perfectly correctly rounded on the vast 
majority of current machines.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27181>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to