Message108168
| Author | mark.dickinson |
|---|---|
| Recipients | belopolsky, eric.smith, mark.dickinson |
| Date | 2010-06-19.10:21:30 |
| SpamBayes Score | 6.941339e-07 |
| Marked as misclassified | No |
| Message-id | <1276942894.69.0.0293708514392.issue9009@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
r82080: Whitespace fixes. r82081: In strtod, simplify the computation of the initial approximation. r82082: Fix typo introduced in r82025 (I think); this was preventing a shortcut from being taken. r82087: Simplify the ratio function. The previous ratio function (actually, b2d), aborted if the numerator was zero, and the current code ends up requiring special cases for zero as a result of this. That restriction is now removed, which will allow further simplifications (to come) in strtod. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-06-19 10:21:35 | mark.dickinson | set | recipients: + mark.dickinson, belopolsky, eric.smith |
| 2010-06-19 10:21:34 | mark.dickinson | set | messageid: <1276942894.69.0.0293708514392.issue9009@psf.upfronthosting.co.za> |
| 2010-06-19 10:21:31 | mark.dickinson | link | issue9009 messages |
| 2010-06-19 10:21:30 | mark.dickinson | create | |