Opened 5 years ago

Closed 5 years ago

#822 closed bug (fixed)

Ring declarations of the form (ZZ/n)[x] work wrong when n is a power of 2.

Reported by: anonymous Owned by: somebody
Priority: minor Milestone: 4-2-0 and higher
Component: dontKnow Version: 4-1-0
Keywords: Cc:

Description

> ring R=(ZZ/16)[x];
// ** redefining R (ring R=(ZZ/16)[x];)
> R;
// coefficients: ZZ/(2^16)
// number of vars : 1
//        block   1 : ordering dp
//                  : names    x
//        block   2 : ordering C
> number(32768);
32768
> number(65536);
0

Change History (1)

comment:1 Changed 5 years ago by hannes

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