Changeset 4deddb in git for factory/canonicalform.cc
- Timestamp:
- Jul 8, 1999, 9:50:51 AM (24 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- da408fe6b31ced4ed0febcceb258e7a27064215a
- Parents:
- dc3a4414fab5e0d0f119cc56c8a194f862e474f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/canonicalform.cc
rdc3a44 r4deddb 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: canonicalform.cc,v 1.2 7 1998-06-29 14:37:16 schmidtExp $ */2 /* $Id: canonicalform.cc,v 1.28 1999-07-08 07:50:51 Singular Exp $ */ 3 3 4 4 #include <config.h> … … 1411 1411 // we do not go for maximal speed for these stupid 1412 1412 // special cases 1413 return CanonicalForm( f.isZero() && g.isZero ? 0 : 1 );1413 return CanonicalForm( f.isZero() && g.isZero() ? 0 : 1 ); 1414 1414 } 1415 1415 else if ( what )
Note: See TracChangeset
for help on using the changeset viewer.