Changeset 644b31 in git for libpolys/polys/monomials/p_polys.cc
- Timestamp:
- Feb 20, 2013, 7:02:58 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '1d362c315e551a5b527ab0759f8839cf0e94f3a5')
- Children:
- 0723d52f38b257cac43d6e4c57aa7a5d243f5002628f663dc4f87ee80a30f2fabcac34fba9b2b144
- Parents:
- ef7324f0fe134054c1000413c4d1fa21ccc163b1
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-02-20 19:02:58+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-02-20 19:17:44+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.cc
ref7324 r644b31 2484 2484 if (rField_is_Zp(r) && TEST_OPT_INTSTRATEGY) 2485 2485 { 2486 assume( n_GreaterZero(pGetCoeff(ph),C) );2487 2486 if(!n_GreaterZero(pGetCoeff(ph),C)) ph = p_Neg(ph,r); 2488 2487 return start;
Note: See TracChangeset
for help on using the changeset viewer.