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 <18742.63101.946418.315058@montanaro-dyndns-org.local>
In-reply-to <1228338479.18.0.72397315687.issue4506@psf.upfronthosting.co.za>
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