Changeset 3ace5b6 in git for factory/canonicalform.h
- Timestamp:
- Jul 24, 2012, 1:48:24 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c987db42cd2ec943b97ac5746c99892ceddf909c')
- Children:
- f55f3941f7a85ba15e8bc819fdb09964b90ea669
- Parents:
- 8681bf84c636b8f6dc4a144d33450d09a28c5154
- git-author:
- Martin Lee <martinlee84@web.de>2012-07-24 13:48:24+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-09-04 17:25:37+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/canonicalform.h
r8681bf r3ace5b6 112 112 113 113 CanonicalForm tailcoeff () const; 114 CanonicalForm tailcoeff ( const Variable & v ) const; 114 115 int taildegree () const; 115 116 … … 295 296 tailcoeff ( const CanonicalForm & f ) { return f.tailcoeff(); } 296 297 298 inline CanonicalForm 299 tailcoeff (const CanonicalForm& f, const Variable& v) { return f.tailcoeff(v); } 300 297 301 inline int 298 302 level ( const CanonicalForm & f ) { return f.level(); }
Note: See TracChangeset
for help on using the changeset viewer.