Changeset f06059 in git


Ignore:
Timestamp:
Sep 12, 2008, 5:47:02 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
57945120b7cf8789d12682e5ae24a7819c78b2ab
Parents:
7be8ecce7f47aa46d48a1b6537109c812b3ebdff
Message:
*hannes: QGCD and RATIONAL


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

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd.cc

    r7be8ec rf06059  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_gcd.cc,v 1.66 2008-09-12 10:43:58 Singular Exp $ */
     2/* $Id: cf_gcd.cc,v 1.67 2008-09-12 15:47:02 Singular Exp $ */
    33
    44#include <config.h>
     
    784784              //return QGCD(f,g);
    785785            bool on_rational = isOn(SW_RATIONAL);
     786            CanonicalForm r=QGCD(f,g);
    786787            On(SW_RATIONAL);
    787             CanonicalForm r=QGCD(f,g);
    788788            CanonicalForm cdF = bCommonDen( r );
    789789            if (!on_rational) Off(SW_RATIONAL);
Note: See TracChangeset for help on using the changeset viewer.