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.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users