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 Chaka_bum, asvetlov, larry, mark108, python-dev, rhettinger, serhiy.storchaka, skrah, terry.reedy
Date 2014-05-26.08:35:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401093302.4.0.00199615580392.issue13355@psf.upfronthosting.co.za>
In-reply-to
Content
Note the catch on 2.7. triangular(10, 10.0) returns 10.0, but triangular(10, 10.0, 10.0) returns 10. If then you divide by the result...

I proposed change "return low" to "return low + 0.0".
History
Date User Action Args
2014-05-26 08:35:02serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, larry, asvetlov, skrah, python-dev, mark108, Chaka_bum
2014-05-26 08:35:02serhiy.storchakasetmessageid: <1401093302.4.0.00199615580392.issue13355@psf.upfronthosting.co.za>
2014-05-26 08:35:02serhiy.storchakalinkissue13355 messages
2014-05-26 08:35:02serhiy.storchakacreate