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 alex, mark.dickinson, mattip, serhiy.storchaka
Date 2012-09-21.14:08:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348236540.37.0.217186258932.issue15996@psf.upfronthosting.co.za>
In-reply-to
Content
> C99 contains cpow. Perhaps we should use conditional compilation?

I dread to think what horrors lurk in OS math library implementations of cpow;  I suspect we'd soon find out, if we had used cpow and have any tests at all for special cases.

OS math libraries are bad enough at *float* math, let alone complex;  I'd rather not depend on them unless we have to.  And given that at least on Windows we need our own complex pow implementation anyway, I'd prefer to use the same code on all platforms, so that we have at least some degree of consistency from platform to platform.
History
Date User Action Args
2012-09-21 14:09:00mark.dickinsonsetrecipients: + mark.dickinson, alex, serhiy.storchaka, mattip
2012-09-21 14:09:00mark.dickinsonsetmessageid: <1348236540.37.0.217186258932.issue15996@psf.upfronthosting.co.za>
2012-09-21 14:08:59mark.dickinsonlinkissue15996 messages
2012-09-21 14:08:59mark.dickinsoncreate