Opened 6 years ago
Closed 6 years ago
#779 closed bug (fixed)
strict comparison over function field is symmetric
Reported by: | ren | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | 4-1-0 and higher |
Component: | dontKnow | Version: | 4-0-3 |
Keywords: | Cc: |
Description (last modified by )
Not sure whether that constitutes as a bug, but mathematically I think it is.
SINGULAR / Development A Computer Algebra System for Polynomial Computations / version 4.0.2 0< by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann \ Feb 2015 FB Mathematik der Universitaet, D-67653 Kaiserslautern \ > ring r = (0,t),x,dp; > number(0)<number(0); 1 > number(0)>number(0); 1 > number(0)!=number(0); 0 >
Change History (3)
comment:1 follow-up: 2 Changed 6 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 6 years ago by
comment:3 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed with 4567e8e006085669aaed5ffb4665366c49949812
Note: See
TracTickets for help on using
tickets.
I would like to fix this behaviour, but looking into the transext.cc, I am not sure whether it is intended or not.