Changeset 0b4a87 in git for libpolys


Ignore:
Timestamp:
Oct 7, 2013, 4:04:35 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c4e9ea8a83ab55caa719ebe8d12351432788d7c6
Parents:
4609b7c4e0b8530cc8ff652aa62c48a33b9d8e42
git-author:
Martin Lee <martinlee84@web.de>2013-10-07 16:04:35+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-10-07 18:15:10+02:00
Message:
chg: make monic if not over transcendental extension
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    r4609b7 r0b4a87  
    28892889  assume(pNext(p)!=NULL);
    28902890
    2891   if(!rField_is_Q(r) && rField_has_simple_inverse(r)) //make monic over Zp !
     2891  if(!rField_is_Q(r) && !nCoeff_is_transExt(C))
    28922892  {
    28932893    h = p_GetCoeff(p, C);
Note: See TracChangeset for help on using the changeset viewer.