Opened 9 years ago
Closed 9 years ago
#554 closed bug (fixed)
radEHV( ideal(0) ) wrong
Reported by: | Owned by: | pfister | |
---|---|---|---|
Priority: | minor | Milestone: | 4-1-0 and higher |
Component: | singular-libs | Version: | 4-0-0 |
Keywords: | radEHV wrong zero ideal special case | Cc: |
Description
radEHV returns incorrect result for the zero ideal.
LIB("ehv.lib"); ring rng = 0,x,dp; ideal j=0; radEHV(j); // = 1, wrong!
Change History (3)
comment:1 Changed 9 years ago by
Owner: | changed from somebody to pfister |
---|
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
see fix proposal at https://github.com/Singular/Sources/pull/513