Changeset 56153ef in git for kernel/polys.h
- Timestamp:
- Apr 23, 2004, 3:56:40 PM (19 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 941bf901a04bf88f372b9d507a2d244f2733e050
- Parents:
- b3e99842be31734ac104264b99e37ac3425417d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.h
rb3e9984 r56153ef 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: polys.h,v 1. 1.1.1 2003-10-06 12:16:01Singular Exp $ */6 /* $Id: polys.h,v 1.2 2004-04-23 13:56:40 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT - all basic methods to manipulate polynomials of the … … 358 358 359 359 void pContent(poly p); 360 void pSimpleContent(poly p, int s); 360 361 void pCleardenom(poly p); 361 362 void p_Normalize(poly p, ring r);
Note: See TracChangeset
for help on using the changeset viewer.