Opened 13 years ago
Closed 13 years ago
#169 closed proposed feature (worksforme)
No output on division by zero
Reported by: | Oleksandr | Owned by: | hannes |
---|---|---|---|
Priority: | minor | Milestone: | 3-1-1 |
Component: | singular-kernel | Version: | 3-1-0 |
Keywords: | interpreter, division by zero | Cc: | hannes |
Description
It seems bad that the following doesn't give _any_ output:
> 2/0; // No result > ring r=2,t,dp; > 2/0; // same here... > 2/2; // same here...
What about an error/warning message: "devision by zero" ?
Besides:
> def a = 2/2; typeof(a); // gives: ?unknown type? > a; // outputs nothing
Note: See
TracTickets for help on using
tickets.
This is the behaviour of my version - please check your build: