Opened 13 years ago
Closed 13 years ago
#228 closed bug (fixed)
BUG with rvar
Reported by: | gorzel | Owned by: | hannes |
---|---|---|---|
Priority: | minor | Milestone: | 3-1-2 and higher |
Component: | singular-kernel | Version: | 3-1-1 |
Keywords: | Cc: |
Description
ring r=0,(x,y,z),dp; rvar(x3); OK
0
rvar(xyz); OK
0
rvar(x2yz); OK
0
rvar(x2y); BUG
2
rvar(xy3); BUG
1
rvar(x4y3); OK
0
rvar(x4y); BUG
2
Note: See
TracTickets for help on using
tickets.
fixed (was: kernel/polys1.cc: p_Var)