Changeset 7453b4 in git for libpolys/coeffs/longrat.cc
- Timestamp:
- Jan 27, 2012, 2:50:24 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- f3cdf9e5f707acda78af0e21e064d4b843c72a1a
- Parents:
- 5e17976a905ed4b96978d782901ce629d68cadb7
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-01-27 14:50:24+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-01-27 14:51:08+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/longrat.cc
r5e1797 r7453b4 2563 2563 break; 2564 2564 } 2565 mpz_mod(D,E,N); 2566 mpz_div(tmp,E,N); 2565 //mpz_mod(D,E,N); 2566 //mpz_div(tmp,E,N); 2567 mpz_divmod(tmp,D,E,N); 2567 2568 mpz_mul(tmp,tmp,B); 2568 2569 mpz_sub(C,A,tmp);
Note: See TracChangeset
for help on using the changeset viewer.