[Ironpython-users] IronPython, Daily Digest 12/21/2012

no_reply at codeplex.com no_reply at codeplex.com
Sat Dec 22 09:31:16 CET 2012


Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] Failing cmath tests

----------------------------------------------

ISSUES

1. [New comment] Failing cmath tests
http://ironpython.codeplex.com/workitem/28352
User HenrySeg has commented on the issue:

"I ran into similar problems with the following script:

import cmath
c = (-2.70563e-05+2.71051e-20j)
s = cmath.sqrt(c)
print c, s, s*s  

The output in IronPython:
(-2.70563e-05+2.71051e-20j) infj (-inf+nanj)

The output in my OS python implementation:
(-2.70563e-05+2.71051e-20j) (2.60547442983e-18+0.00520156707157j) (-2.70563e-05+2.71051e-20j)"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20121222/c923a9f2/attachment.html>


More information about the Ironpython-users mailing list