Changeset 5d258e9 in git


Ignore:
Timestamp:
Aug 23, 2013, 5:02:40 PM (11 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
d55b3c24490789ff86cd0aeefd67f1eda2fd8ccf
Parents:
12f6ce0e6bfb8dc07844936aaca9a865a3593bf3
git-author:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-08-23 17:02:40+02:00
git-committer:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-03 19:36:12+02:00
Message:
fixed problem of diff with cancellation of rational function NULL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/transext.cc

    r12f6ce0 r5d258e9  
    772772  poly f = p_Copy(DEN(fa), ntRing);
    773773  poly dg =p_Diff(g,k,ntRing);
    774 
    775774  if (DENIS1(fa)) {
    776775
     
    789788  DEN(result) = p_Mult_q(p_Copy(f,ntRing), f, ntRing);
    790789  COM(result) = COM(fa) + COM(fa) + DIFF_COMPLEXITY;
     790  if (NUM(result)==NULL) return(NULL);
    791791  heuristicGcdCancellation((number)result, cf);
    792792
Note: See TracChangeset for help on using the changeset viewer.