Changeset 5d258e9 in git
- Timestamp:
- Aug 23, 2013, 5:02:40 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/ext_fields/transext.cc
r12f6ce0 r5d258e9 772 772 poly f = p_Copy(DEN(fa), ntRing); 773 773 poly dg =p_Diff(g,k,ntRing); 774 775 774 if (DENIS1(fa)) { 776 775 … … 789 788 DEN(result) = p_Mult_q(p_Copy(f,ntRing), f, ntRing); 790 789 COM(result) = COM(fa) + COM(fa) + DIFF_COMPLEXITY; 790 if (NUM(result)==NULL) return(NULL); 791 791 heuristicGcdCancellation((number)result, cf); 792 792
Note: See TracChangeset
for help on using the changeset viewer.