Message8380

Author mb_
Recipients mb_
Date 2014-05-12.08:23:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399882993.37.0.222933853034.issue2140@psf.upfronthosting.co.za>
In-reply-to
Content
All of these calls
  math.sqrt(negative value)
  math.log(0.0)
  math.log(negative value)
should raise
  ValueError: math domain error

Current jython 2.7 just returns NaN or Inf.

Attached is a bugtest script.
History
Date User Action Args
2014-05-12 08:23:13mb_setrecipients: + mb_
2014-05-12 08:23:13mb_setmessageid: <1399882993.37.0.222933853034.issue2140@psf.upfronthosting.co.za>
2014-05-12 08:23:13mb_linkissue2140 messages
2014-05-12 08:23:12mb_create