Changeset 77f483 in git for factory/cf_factor.cc
- Timestamp:
- Jun 28, 2005, 4:39:52 PM (18 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- fea91578e32b53237ec9712c2af66d889a3b6241
- Parents:
- 3781a22b49bf6807b4bfa152e670e186f67e6e1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_factor.cc
r3781a2 r77f483 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_factor.cc,v 1.2 3 2004-01-20 15:39:52 Singular Exp $ */2 /* $Id: cf_factor.cc,v 1.24 2005-06-28 14:39:52 Singular Exp $ */ 3 3 4 4 //{{{ docu … … 277 277 else 278 278 { 279 bool on_rational = isOn(SW_RATIONAL); 280 On(SW_RATIONAL); 279 281 CanonicalForm cd = bCommonDen( f ); 280 282 CanonicalForm fz = f * cd; 281 bool on_rational = isOn(SW_RATIONAL);282 283 Off(SW_RATIONAL); 283 284 if ( f.isUnivariate() )
Note: See TracChangeset
for help on using the changeset viewer.