Changeset 56c52a7 in git
- Timestamp:
- Sep 24, 1998, 12:46:22 PM (25 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- a3432c2df6e0471846c24a44108191e278a250bf
- Parents:
- 5812c695bb4c72a282aed9c2c3ff10d1bc83bf4e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/polys.cc
r5812c69 r56c52a7 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: polys.cc,v 1.3 1 1998-09-01 09:20:42 Singular Exp $ */4 /* $Id: polys.cc,v 1.32 1998-09-24 10:46:22 Singular Exp $ */ 5 5 6 6 /* … … 175 175 176 176 _pMonComp_otEXP_nwGEN(p1, p2, pVariables1W, d, goto NotEqual , return 0); 177 177 178 178 NotEqual: 179 179 Mreturn(d, pLexSgn); … … 189 189 190 190 _pMonComp_otEXP_nwGEN(p1, p2, pVariablesW, d, goto NotEqual , return 0); 191 191 192 192 NotEqual: 193 193 Mreturn(d, pLexSgn); … … 200 200 201 201 _pMonComp_otEXPCOMP_nwGEN(p1, p2, pVariables1W, d, goto NotEqual , return 0); 202 202 203 203 NotEqual: 204 204 Mreturn(d, pLexSgn); … … 2161 2161 { 2162 2162 for (k=pVariables; k>j; k--) 2163 2163 { 2164 2164 if ((pGetExp(p,k)!=pGetExp(lcm,k)) 2165 2165 && (pGetExp(p2,k)!=pGetExp(lcm,k)))
Note: See TracChangeset
for help on using the changeset viewer.