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
Note: See
TracTickets for help on using
tickets.
fixed with 4dda3ed2d0a4ac4c52db5cbb2f1b77b888dc7ef2