Opened 10 years ago

Closed 9 years ago

Last modified 9 years ago

#608 closed bug (not a bug)

hasRingCoefficientRing() returns 1 for (integer,7),x,dp

Reported by: kroeker@… Owned by: somebody
Priority: minor Milestone: 4-1-0 and higher
Component: singular-libs Version: 4-0-0
Keywords: Cc:

Description

Hello,

unfortunately there was a typo in my report 607 and hopefully you had something to laugh about *g

Here is the real failing example:

  LIB("ring.lib");
  ring rng = (integer,7),x,dp;
  hasRingCoefficientRing(rng); //=1, wrong (coefficient ring is a field)

Remark: I could neither fix nor comment the typo due to the changed posting policies for guest posts in the bug tracker.

Jakob

Change History (2)

comment:1 Changed 9 years ago by Oleksandr

Resolution: not a bug
Status: newclosed

hasRingCoefficientRing checks for ring...

comment:2 Changed 9 years ago by Oleksandr

Hans will update documentation accordingly

Note: See TracTickets for help on using tickets.