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 MrJean1, mark.dickinson, terry.reedy
Date 2008-06-27.20:45:03
SpamBayes Score 0.07212114
Marked as misclassified No
Message-id <1214599505.32.0.856942341016.issue3168@psf.upfronthosting.co.za>
In-reply-to
Content
This one's quite baffling.

Jean, can you confirm whether cmath.log(0.01, 0.5) and cmath.log(100., 
2.0) give the correct answer or not?  They should both give

(6.6438561897747244-0j)

(the sign on the imaginary part might turn out as + instead of -;  that's 
okay.)
History
Date User Action Args
2008-06-27 20:45:05mark.dickinsonsetspambayes_score: 0.0721211 -> 0.07212114
recipients: + mark.dickinson, terry.reedy, MrJean1
2008-06-27 20:45:05mark.dickinsonsetspambayes_score: 0.0721211 -> 0.0721211
messageid: <1214599505.32.0.856942341016.issue3168@psf.upfronthosting.co.za>
2008-06-27 20:45:03mark.dickinsonlinkissue3168 messages
2008-06-27 20:45:03mark.dickinsoncreate