I think the user who submitted this bug is unaware of the ieee()
function.

Use ieee(0) to make division by zero an error.
Use ieee(1) to be warned when dividing by zero.
Use ieee(2) to silently allow division by zero.

If division by zero is not an error x/0 yeilds:
%nan if x=0
%inf if x>0
-%inf if x<0

-- 
0/0 is not always consider as Nan
https://bugs.launchpad.net/bugs/128479
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to