Changeset 14d732 in git for kernel/polys.h
- Timestamp:
- Sep 8, 2005, 1:14:10 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 4a21397125143f13495d844ecddd6e6a9b67b150
- Parents:
- adddc945404e79f782ee6af08a930f42a0f5f1d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.h
radddc9 r14d732 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: polys.h,v 1. 5 2005-04-20 17:25:52 SingularExp $ */6 /* $Id: polys.h,v 1.6 2005-09-08 11:14:09 bricken Exp $ */ 7 7 /* 8 8 * ABSTRACT - all basic methods to manipulate polynomials of the … … 422 422 /*-----------specials for spoly-computations--------------*/ 423 423 BOOLEAN pCompareChain (poly p,poly p1,poly p2,poly lcm); 424 BOOLEAN pEqualPolys(poly p1,poly p2); 424 #define pEqualPolys(p1,p2) p_EqualPolys(p1,p2,currRing) 425 425 BOOLEAN pComparePolys(poly p1,poly p2); 426 426
Note: See TracChangeset
for help on using the changeset viewer.