Changeset e3c718 in git for libpolys


Ignore:
Timestamp:
Feb 19, 2013, 3:52:33 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
30acb78d407e9f2b785398f0e9bebe94a01189f1e15ccf349f7407decfe001c290e6b5d628f065d8
Parents:
5625feb3621ac2feb0049188f7cb67e06af38b0a
Message:
The meaning of GCD/LCM for numbers is not defined by mathematics
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/polys_test.h

    r5625fe re3c718  
    21892189
    21902190    v = (poly)n_Sub(theGcd, w, cf);
    2191     TS_ASSERT( v == NULL );
     2191//    TS_ASSERT( v == NULL );
    21922192    p_Delete(&v, cf->extRing);
    21932193
     
    21992199    poly ppp = p_ExtGcd((poly)z, zFactor, (poly)y, yFactor, cf->extRing);
    22002200    v = (poly)n_Sub(theGcd, (number)ppp, cf);
    2201     TS_ASSERT( v == NULL );
     2201//    TS_ASSERT( v == NULL );
     2202    p_Delete(&v, cf->extRing);
    22022203    clog << "z = "; p_Write((poly)z, cf->extRing);
    22032204    clog << "zFactor = "; p_Write(zFactor, cf->extRing);
Note: See TracChangeset for help on using the changeset viewer.