Message272664
| Author | mark.dickinson |
|---|---|
| Recipients | mark.dickinson, martin.panter, rhettinger, steven.daprano, tim.peters |
| Date | 2016-08-14.10:48:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1471171697.44.0.917454821872.issue27761@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> - if y**n == x, return y; Here's the problem, though: you're using the libm pow again in this test, so the result of this being True doesn't give tight information about how close y is to the nth root of x (and the test result may well differ from platform to platform). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-14 10:48:17 | mark.dickinson | set | recipients: + mark.dickinson, tim.peters, rhettinger, steven.daprano, martin.panter |
| 2016-08-14 10:48:17 | mark.dickinson | set | messageid: <1471171697.44.0.917454821872.issue27761@psf.upfronthosting.co.za> |
| 2016-08-14 10:48:17 | mark.dickinson | link | issue27761 messages |
| 2016-08-14 10:48:17 | mark.dickinson | create | |