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 Aaron.Meurer, Nofar Schnider, abarry, benjamin.peterson, eric.araujo, georg.brandl, gvanrossum, lisroach, mark.dickinson, ncoghlan, pitrou, python-dev, rhettinger, sbaird, serhiy.storchaka, skrah, stutzbach, tim.peters, veky, vstinner, waldir, zach.ware
Date 2016-08-12.09:20:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470993604.63.0.08397967641.issue12345@psf.upfronthosting.co.za>
In-reply-to
Content
> To give just one example, on my machine, the result of `exp(500)` has an
> error of 0.42 ulps, while `math.e**500` gives an error of over 150 ulps.

How can it be? math.e**500 = math.exp(math.log(math.e)*500) and 
math.log(math.e) is 1.0.
History
Date User Action Args
2016-08-12 09:20:04serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, tim.peters, georg.brandl, rhettinger, mark.dickinson, ncoghlan, pitrou, vstinner, benjamin.peterson, stutzbach, eric.araujo, skrah, Aaron.Meurer, python-dev, sbaird, zach.ware, waldir, veky, abarry, Nofar Schnider, lisroach
2016-08-12 09:20:04serhiy.storchakasetmessageid: <1470993604.63.0.08397967641.issue12345@psf.upfronthosting.co.za>
2016-08-12 09:20:04serhiy.storchakalinkissue12345 messages
2016-08-12 09:20:04serhiy.storchakacreate