Changeset e074407 in git for factory/fac_sqrfree.cc


Ignore:
Timestamp:
Dec 5, 1996, 7:24:56 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ba1fde17085863c4077198947052ad72d03c8d96
Parents:
32803c8d2b1780c00ea48f302b2bd7fdda21afa8
Message:
``Unconditional'' check-in.
Now it is my turn to develop factory.


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

Legend:

Unmodified
Added
Removed
  • factory/fac_sqrfree.cc

    r32803c re074407  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_sqrfree.cc,v 1.2 1996-06-26 13:15:28 stobbe Exp $
     2// $Id: fac_sqrfree.cc,v 1.3 1996-12-05 18:24:55 schmidt Exp $
    33
    44#include "assert.h"
     
    88/*
    99$Log: not supported by cvs2svn $
     10Revision 1.2  1996/06/26 13:15:28  stobbe
     11"sqrFreeZ: Now handles the sign of the argument right.
     12"
     13
    1014Revision 1.1  1996/05/20 13:39:48  stobbe
    1115"sqrFree: Now the product of all factors found by sqrFree is equal to the
     
    134138        else
    135139            F.append( CFFactor( w, i ) );
    136     if ( ! cont.isOne() && ! cont.inCoeffDomain() )
     140    if ( ! cont.isOne() )
    137141        F = Union( F, sqrFreeZ( cont ) );
    138142    if ( lc( a ).sign() < 0 ) {
Note: See TracChangeset for help on using the changeset viewer.