Changeset f06059 in git for factory/cf_gcd.cc
- Timestamp:
- Sep 12, 2008, 5:47:02 PM (15 years ago)
- Branches:
- (u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
- Children:
- 57945120b7cf8789d12682e5ae24a7819c78b2ab
- Parents:
- 7be8ecce7f47aa46d48a1b6537109c812b3ebdff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gcd.cc
r7be8ec rf06059 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_gcd.cc,v 1.6 6 2008-09-12 10:43:58Singular Exp $ */2 /* $Id: cf_gcd.cc,v 1.67 2008-09-12 15:47:02 Singular Exp $ */ 3 3 4 4 #include <config.h> … … 784 784 //return QGCD(f,g); 785 785 bool on_rational = isOn(SW_RATIONAL); 786 CanonicalForm r=QGCD(f,g); 786 787 On(SW_RATIONAL); 787 CanonicalForm r=QGCD(f,g);788 788 CanonicalForm cdF = bCommonDen( r ); 789 789 if (!on_rational) Off(SW_RATIONAL);
Note: See TracChangeset
for help on using the changeset viewer.