Message8384

Author mb_
Recipients mb_, santa4nt
Date 2014-05-12.19:42:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399923753.02.0.251776889776.issue2140@psf.upfronthosting.co.za>
In-reply-to
Content
This fix still seems to be buggy:

Python 2.7:
>>> math.sqrt(-0.5)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: math domain error

Jython:
>>> math.sqrt(-0.5)
nan
History
Date User Action Args
2014-05-12 19:42:33mb_setmessageid: <1399923753.02.0.251776889776.issue2140@psf.upfronthosting.co.za>
2014-05-12 19:42:33mb_setrecipients: + mb_, santa4nt
2014-05-12 19:42:33mb_linkissue2140 messages
2014-05-12 19:42:32mb_create