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 rpetrov
Recipients mark.dickinson, rpetrov
Date 2009-12-16.22:17:05
SpamBayes Score 1.799325e-09
Marked as misclassified No
Message-id <1261001826.94.0.901265120774.issue7518@psf.upfronthosting.co.za>
In-reply-to
Content
In general those functions has to be part of, lets call it "python
runtime/portable interface" . With current build system you may create a
build-in module lets call it mathport and to add some functions .
To the list a will add function atan2 from math module. I don't know why
the test cases for cmath pass on platforms with non-expected behaviour
of atan2-may be build boots lack those platforms. To me is expected for
all platforms on which "tanh preserves the sign of zero" configure test
case fail atan2 to fail too and cmath functions that use atan2 to fail.
History
Date User Action Args
2009-12-16 22:17:07rpetrovsetrecipients: + rpetrov, mark.dickinson
2009-12-16 22:17:06rpetrovsetmessageid: <1261001826.94.0.901265120774.issue7518@psf.upfronthosting.co.za>
2009-12-16 22:17:05rpetrovlinkissue7518 messages
2009-12-16 22:17:05rpetrovcreate