Message9259

Author jeff.allen
Recipients jeff.allen
Date 2014-12-22.15:13:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419261183.17.0.746037383434.issue2237@psf.upfronthosting.co.za>
In-reply-to
Content
TO DO list:

1. Our test_cmath is out of date relative to CPython:                 self.rAssertAlmostEqual(0., z.imag) -> self.assertEqual(0., z.imag)
in test_cmath_matches_math.

2. test_complex failed to detect my error complex("inf") not valid.

3. cmath.java hyp/trig functions could be more efficient. e.g. sin(z) calls Math.exp twice for same values. Possibly needless testing for nan/inf.

4. Object comparison is a maze of twisty passages.

Some are definitely not in scope for this issue, and some are -- I'm parking them here as I noticed them in the course of the work.
History
Date User Action Args
2014-12-22 15:13:03jeff.allensetmessageid: <1419261183.17.0.746037383434.issue2237@psf.upfronthosting.co.za>
2014-12-22 15:13:03jeff.allensetrecipients: + jeff.allen
2014-12-22 15:13:03jeff.allenlinkissue2237 messages
2014-12-22 15:13:02jeff.allencreate