Changeset 5e8fe91 in git
- Timestamp:
- Aug 13, 2004, 12:04:21 PM (19 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 5687c9ca4654b738815d2c99ba18384102b7eab2
- Parents:
- ea630a4097b449b58aa3538d18ee53e6b9e139a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.cc
rea630a4 r5e8fe91 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: polys.cc,v 1. 2 2004-03-25 21:16:15 levandovExp $ */4 /* $Id: polys.cc,v 1.3 2004-08-13 10:04:21 Singular Exp $ */ 5 5 6 6 /* … … 662 662 if (p1!=NULL) 663 663 { 664 if (pNext(p1)==NULL) 665 { 666 pSetCoeff0(p1,nInit(1)); 667 return; 668 } 664 669 if (!nIsOne(pGetCoeff(p1))) 665 670 {
Note: See TracChangeset
for help on using the changeset viewer.