This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients alanmcintyre, dtorp, mark.dickinson
Date 2008-02-18.15:48:30
SpamBayes Score 0.03245492
Marked as misclassified No
Message-id <1203349711.01.0.556310850682.issue2138@psf.upfronthosting.co.za>
In-reply-to
Content
> Yeah, it's a one-liner, but so is hypot

Except that hypot is not a one-liner, if you want to get edge cases
right.  (Consider hypot(1e200, 1e200), or hypot(1e-200, 1e-200).)
History
Date User Action Args
2008-02-18 15:48:31mark.dickinsonsetspambayes_score: 0.0324549 -> 0.03245492
recipients: + mark.dickinson, dtorp, alanmcintyre
2008-02-18 15:48:31mark.dickinsonsetspambayes_score: 0.0324549 -> 0.0324549
messageid: <1203349711.01.0.556310850682.issue2138@psf.upfronthosting.co.za>
2008-02-18 15:48:30mark.dickinsonlinkissue2138 messages
2008-02-18 15:48:30mark.dickinsoncreate