Changeset cf5fc11 in git for kernel/polys.h
- Timestamp:
- Jan 27, 2005, 5:44:13 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- e21afbaa54be68a2741df57da6a4156aba4b81d7
- Parents:
- c95632f6751087d2f62be544ec7e07d86913a78a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.h
rc95632f rcf5fc11 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: polys.h,v 1. 2 2004-04-23 13:56:40Singular Exp $ */6 /* $Id: polys.h,v 1.3 2005-01-27 16:42:15 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT - all basic methods to manipulate polynomials of the … … 360 360 void pSimpleContent(poly p, int s); 361 361 void pCleardenom(poly p); 362 void pCleardenom_n(poly p,number &c); 362 363 void p_Normalize(poly p, ring r); 363 364 #define pNormalize(p) p_Normalize(p,currRing)
Note: See TracChangeset
for help on using the changeset viewer.