[Python-Dev] Math.sqrt(-1) -- nan or ValueError?
Hasan Diwan
hasan.diwan at gmail.com
Tue Sep 4 23:43:04 CEST 2007
I'm trying to fix a failing unit test in revision 57974. The test in
question claims that math.sqrt(-1) should raise ValueError; the code itself
gives "nan" as a result for that expression. I can modify the test and
therefore have it pass, but I'm not sure if an exception would be more
appropriate. I'd be happy for some direction here. Many thanks!
--
Cheers,
Hasan Diwan <hasan.diwan at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20070904/7e0c52ba/attachment.htm
More information about the Python-Dev
mailing list