Changeset 85e68dd in git for kernel/polys.h
- Timestamp:
- Mar 19, 2008, 6:44:38 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 0e8683ce70a557cd606e08f67660015d94bf8c34
- Parents:
- 36b7a3a23287fa7372c89db467c4ffab4d6268d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.h
r36b7a3 r85e68dd 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: polys.h,v 1.1 5 2008-01-30 09:01:38 wienandExp $ */6 /* $Id: polys.h,v 1.16 2008-03-19 17:44:11 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT - all basic methods to manipulate polynomials of the … … 325 325 326 326 327 poly pmInit(c har *s, BOOLEAN &ok);/* monom -> poly, interpreter */328 c har * p_Read(char *s, poly &p, ring r); /* monom -> poly */327 poly pmInit(const char *s, BOOLEAN &ok); /* monom -> poly, interpreter */ 328 const char * p_Read(const char *s, poly &p, ring r); /* monom -> poly */ 329 329 void ppDelete(poly * a, ring r); 330 330
Note: See TracChangeset
for help on using the changeset viewer.