Changeset 17ce9d in git for libfac/charset


Ignore:
Timestamp:
Mar 12, 1998, 1:34:35 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
c6caf132c3c53b23c40b054ef0ef7cf1439d4221
Parents:
763681d553f311941768658b712852405a22f053
Message:
	* charset/csutil.cc, charset/alg_factor.cc: all references to
	  `common_den()' replaced by `bCommonDen()'


git-svn-id: file:///usr/local/Singular/svn/trunk@1222 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
libfac/charset
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libfac/charset/alg_factor.cc

    r763681 r17ce9d  
    33// emacs edit mode for this file is -*- C++ -*-
    44////////////////////////////////////////////////////////////
    5 static char * rcsid = "$Id: alg_factor.cc,v 1.2 1997-09-12 07:19:37 Singular Exp $";
     5static char * rcsid = "$Id: alg_factor.cc,v 1.3 1998-03-12 12:34:24 schmidt Exp $";
    66////////////////////////////////////////////////////////////
    77// FACTORY - Includes
     
    149149  while ( !sqfreetest ){
    150150    DEBOUTLN(cout, "sqrf_norm_sub: Palpha= ", Palpha);
    151     R = resultante(Palpha, g, y); R= R* common_den(R);
     151    R = resultante(Palpha, g, y); R= R* bCommonDen(R);
    152152    DEBOUTLN(cout, "sqrf_norm_sub: R= ", R);
    153153    // sqfree check ; R is a polynomial in K[x]
     
    613613/*
    614614$Log: not supported by cvs2svn $
     615Revision 1.2  1997/09/12 07:19:37  Singular
     616* hannes/michael: libfac-0.3.0
     617
    615618*/
    616619
  • libfac/charset/csutil.cc

    r763681 r17ce9d  
    22////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 static char * rcsid = "$Id: csutil.cc,v 1.3 1997-09-12 07:19:41 Singular Exp $";
     4static char * rcsid = "$Id: csutil.cc,v 1.4 1998-03-12 12:34:35 schmidt Exp $";
    55/////////////////////////////////////////////////////////////
    66// FACTORY - Includes
     
    223223//      cout << "temp/lc(temp)= " << temp/lc(temp) << endl;
    224224//      cout << "num(rem/lc(rem))= " << num(rem/lc(rem)) << endl;
    225      temp= common_den(temp/lc(temp))*(temp/lc(temp));
     225     temp= bCommonDen(temp/lc(temp))*(temp/lc(temp));
    226226     Off(SW_RATIONAL);
    227227     rem= mapinto(temp);
     
    649649/*
    650650$Log: not supported by cvs2svn $
     651Revision 1.3  1997/09/12 07:19:41  Singular
     652* hannes/michael: libfac-0.3.0
     653
    651654Revision 1.3  1997/04/25 22:55:00  michael
    652655Version for libfac-0.2.1
Note: See TracChangeset for help on using the changeset viewer.