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 serhiy.storchaka
Recipients mark.dickinson, rhettinger, serhiy.storchaka, skrah, steven.daprano, tim.peters
Date 2018-07-26.06:25:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532586350.15.0.56676864532.issue33089@psf.upfronthosting.co.za>
In-reply-to
Content
6. hypot(x) == abs(x)

7. hypot(x, y) should return the same result as in previous Python version, e.g. should call C lib implementation.

8. hypot(x, y, 0, <all zeros>...) == hypot(x, y)
History
Date User Action Args
2018-07-26 06:25:50serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, steven.daprano, skrah
2018-07-26 06:25:50serhiy.storchakasetmessageid: <1532586350.15.0.56676864532.issue33089@psf.upfronthosting.co.za>
2018-07-26 06:25:50serhiy.storchakalinkissue33089 messages
2018-07-26 06:25:50serhiy.storchakacreate