Changeset 7453b4 in git for libpolys/coeffs/longrat.cc


Ignore:
Timestamp:
Jan 27, 2012, 2:50:24 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
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
Message:
chg: farey changes from master
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/longrat.cc

    r5e1797 r7453b4  
    25632563       break;
    25642564    }
    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);
    25672568    mpz_mul(tmp,tmp,B);
    25682569    mpz_sub(C,A,tmp);
Note: See TracChangeset for help on using the changeset viewer.