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 juraj.sukop
Recipients juraj.sukop, mark.dickinson, pitrou, vstinner
Date 2017-01-16.10:40:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484563250.55.0.660726558565.issue29282@psf.upfronthosting.co.za>
In-reply-to
Content
I would say because it has wide applicability, especially considering the amount of code it adds. It is similar in spirit to `copysign` or `fsum` which are already there and C99 includes it anyway. For simpler things like dot product or polynomial evaluation importing Numpy might be too much of an dependency.
History
Date User Action Args
2017-01-16 10:40:50juraj.sukopsetrecipients: + juraj.sukop, mark.dickinson, pitrou, vstinner
2017-01-16 10:40:50juraj.sukopsetmessageid: <1484563250.55.0.660726558565.issue29282@psf.upfronthosting.co.za>
2017-01-16 10:40:50juraj.sukoplinkissue29282 messages
2017-01-16 10:40:50juraj.sukopcreate