Changeset 707888 in git
- Timestamp:
- Sep 9, 1997, 10:40:54 AM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- de12f8a7cc8001c77e0e08efe38b6febf34b82af
- Parents:
- 8519cfb3e87883a17bafa6e2c182653c94e2a2f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/canonicalform.h
r8519cfb r707888 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: canonicalform.h,v 1.1 5 1997-09-04 15:31:22schmidt Exp $ */2 /* $Id: canonicalform.h,v 1.16 1997-09-09 08:40:54 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_CANONICALFORM_H … … 202 202 mapinto ( const CanonicalForm & f ) { return f.mapinto(); } 203 203 204 CanonicalForm swapvar ( const CanonicalForm&, const Variable&, const Variable& ); 204 CanonicalForm swapvar ( const CanonicalForm &, const Variable &, const Variable & ); 205 206 CanonicalForm replacevar ( const CanonicalForm &, const Variable &, const Variable & ); 205 207 206 208 CanonicalForm gcd ( const CanonicalForm&, const CanonicalForm& );
Note: See TracChangeset
for help on using the changeset viewer.