Opened 11 years ago
Closed 11 years ago
#452 closed bug (duplicate)
bug in classify.lib
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | 3-1-6 and higher |
Component: | dontKnow | Version: | 3-1-5 |
Keywords: | Cc: |
Description
> ring R=0,(x,y,z),ds; > poly f=x2y+zx+z3+y4; > morsesplit(f); ? div. by 0 ? error occurred in or before classify.lib::Morse line 1698: ` P = P / number (2 * a);` ? leaving classify.lib::Morse skipping text from `;` error at token `)` ? leaving classify.lib::morsesplit > poly f=xz+y5+xy11; // ** redefining f ** > morsesplit(f); ? div. by 0 ? error occurred in or before classify.lib::Morse line 1698: ` P = P / number (2 * a);` ? leaving classify.lib::Morse skipping text from `;` error at token `)` ? leaving classify.lib::morsesplit
Note: See
TracTickets for help on using
tickets.
This is a duplicate of ticket #365 which is owned by the reporter.