Changeset 1343d6 in git
- Timestamp:
- Jul 2, 1996, 1:18:32 PM (27 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- b4126d9278f430f834d36959eccf712842b3f957
- Parents:
- fcae675a16caf8d4d11c889aacd1d01e01da7806
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/canonicalform.cc
rfcae67 r1343d6 1 1 // emacs editmode for this file is -*- C++ -*- 2 // $Id: canonicalform.cc,v 1. 1 1996-06-13 07:15:50stobbe Exp $2 // $Id: canonicalform.cc,v 1.2 1996-07-02 11:18:32 stobbe Exp $ 3 3 4 4 /* 5 5 $Log: not supported by cvs2svn $ 6 Revision 1.1 1996/06/13 07:15:50 stobbe 7 "CanonicalForm::deriv(x): bug fix, result is now swapped back if x is not 8 the main variable of *this 9 " 10 6 11 Revision 1.0 1996/05/17 10:59:42 stobbe 7 12 Initial revision … … 1123 1128 (void)mmInit(); 1124 1129 #endif 1130 1131 Off( SW_RATIONAL ); 1132 Off( SW_QUOTIENT ); 1133 Off( SW_SYMMETRIC_FF ); 1134 Off( SW_BERLEKAMP ); 1135 Off( SW_FAC_USE_BIG_PRIMES ); 1136 Off( SW_FAC_QUADRATICLIFT ); 1137 Off( SW_USE_EZGCD ); 1138 1125 1139 (void)initializeCharacteristic(); 1126 1140 (void)initializeGMP();
Note: See TracChangeset
for help on using the changeset viewer.