Message272504
| Author | mark.dickinson |
|---|---|
| Recipients | cool-RR, mark.dickinson, martin.panter, python-dev, rhettinger, steven.daprano |
| Date | 2016-08-12.07:44:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1470987880.25.0.805744755142.issue27181@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-12 07:44:40 | mark.dickinson | set | recipients: + mark.dickinson, rhettinger, steven.daprano, cool-RR, python-dev, martin.panter |
| 2016-08-12 07:44:40 | mark.dickinson | set | messageid: <1470987880.25.0.805744755142.issue27181@psf.upfronthosting.co.za> |
| 2016-08-12 07:44:40 | mark.dickinson | link | issue27181 messages |
| 2016-08-12 07:44:39 | mark.dickinson | create | |