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 skip.montanaro
Recipients mark.dickinson, skip.montanaro
Date 2008-12-03.21:13:36
SpamBayes Score 9.895921e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
Mark> I think you brought up the math and cmath errors before, and I
    Mark> never managed to get to the bottom of the problem.  I'll have
    Mark> another go.

I vaguely remember something about that.  If I can be a "test mule" for you,
let me know.

    Mark> Could you please tell me what

    Mark> cmath.exp(complex(710.0, 1.5))

    Mark> actually returns, if it doesn't raise OverflowError?

(1.5802653829857376e+307+inf*j)

Maybe it needs to overflow along both axes???

S
History
Date User Action Args
2008-12-03 21:13:37skip.montanarosetrecipients: + skip.montanaro, mark.dickinson
2008-12-03 21:13:36skip.montanarolinkissue4506 messages
2008-12-03 21:13:36skip.montanarocreate