Changeset 77f483 in git for factory/cf_factor.cc


Ignore:
Timestamp:
Jun 28, 2005, 4:39:52 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
fea91578e32b53237ec9712c2af66d889a3b6241
Parents:
3781a22b49bf6807b4bfa152e670e186f67e6e1a
Message:
*hannes: fixed rational coeffs in factorize


git-svn-id: file:///usr/local/Singular/svn/trunk@8405 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_factor.cc

    r3781a2 r77f483  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_factor.cc,v 1.23 2004-01-20 15:39:52 Singular Exp $ */
     2/* $Id: cf_factor.cc,v 1.24 2005-06-28 14:39:52 Singular Exp $ */
    33
    44//{{{ docu
     
    277277  else
    278278  {
     279    bool on_rational = isOn(SW_RATIONAL);
     280    On(SW_RATIONAL);
    279281    CanonicalForm cd = bCommonDen( f );
    280282    CanonicalForm fz = f * cd;
    281     bool on_rational = isOn(SW_RATIONAL);
    282283    Off(SW_RATIONAL);
    283284    if ( f.isUnivariate() )
Note: See TracChangeset for help on using the changeset viewer.