Opened 11 years ago
Closed 9 years ago
#434 closed bug (wontfix)
is this acceptable
Reported by: | barakat | Owned by: | hannes |
---|---|---|---|
Priority: | minor | Milestone: | 3-1-5 and higher |
Component: | dontKnow | Version: | 3-1-4 |
Keywords: | Cc: |
Description
1/2 behaves differently than (1)/2
ring r=0,(x),dp; poly a = 1; a/2;
1/2
(a)/2;
1/2
1/2;
1/2
(1)/2;
int division with /
: use div
instead in line >>(1)/2;<<
0
Change History (2)
comment:1 Changed 11 years ago by
Owner: | changed from somebody to hannes |
---|
comment:2 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Remove "/" as operation for integers.