Opened 10 years ago

Closed 10 years ago

#554 closed bug (fixed)

radEHV( ideal(0) ) wrong

Reported by: kroeker@… 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 10 years ago by mlee

Owner: changed from somebody to pfister

comment:2 Changed 10 years ago by kroeker@…

comment:3 Changed 10 years ago by hannes

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.