Changeset 967a9d in git for kernel/polys.h
- Timestamp:
- Oct 8, 2009, 12:06:59 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- e2afcedc88f05c860f7b86aa70958e538eb8727f
- Parents:
- aaeb98f1d8fde2cb5e6c22ea2a7379cb757bf46c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.h
raaeb98 r967a9d 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: polys.h,v 1.2 1 2009-02-26 14:22:49 Singular Exp $ */6 /* $Id: polys.h,v 1.22 2009-10-08 10:06:59 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT - all basic methods to manipulate polynomials of the … … 367 367 void pCleardenom_n(poly p,number &c); 368 368 void p_Normalize(poly p,const ring r); 369 number p_GetAllDenom(poly ph, const ring r); 369 370 #define pNormalize(p) p_Normalize(p,currRing) 370 371 int pSize( poly p );
Note: See TracChangeset
for help on using the changeset viewer.