Message276742
| Author | mark.dickinson |
|---|---|
| Recipients | mark.dickinson, martin.panter, ned.deily, rhettinger, serhiy.storchaka, steven.daprano, tim.peters, vstinner |
| Date | 2016-09-16.19:36:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1474054591.94.0.548690136479.issue27761@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> It does use the Decimal pow(), but with an integer exponent, so this specific use of pow() doesn't invoke the Decimal exp() or ln() either. Decimal pow doesn't special-case integer exponents; the solution will still be based on exp and ln. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-16 19:36:31 | mark.dickinson | set | recipients: + mark.dickinson, tim.peters, rhettinger, vstinner, ned.deily, steven.daprano, martin.panter, serhiy.storchaka |
| 2016-09-16 19:36:31 | mark.dickinson | set | messageid: <1474054591.94.0.548690136479.issue27761@psf.upfronthosting.co.za> |
| 2016-09-16 19:36:31 | mark.dickinson | link | issue27761 messages |
| 2016-09-16 19:36:31 | mark.dickinson | create | |