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 pitrou
Recipients eric.smith, lemburg, mark.dickinson, pitrou, stutzbach
Date 2014-10-03.07:18:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412320697.54.0.866089400402.issue22544@psf.upfronthosting.co.za>
In-reply-to
Content
>>> inf = float('inf')
>>> z = complex(-0.0, -inf)
>>> cmath.log(z)
(inf-1.5707963267948966j)
>>> cmath.log10(z)
(inf-0.6821881769209206j)
>>> cmath.log(z, 10)
(inf+nan*j)
History
Date User Action Args
2014-10-03 07:18:17pitrousetrecipients: + pitrou, lemburg, mark.dickinson, eric.smith, stutzbach
2014-10-03 07:18:17pitrousetmessageid: <1412320697.54.0.866089400402.issue22544@psf.upfronthosting.co.za>
2014-10-03 07:18:17pitroulinkissue22544 messages
2014-10-03 07:18:17pitroucreate