Changeset f1c465f in git for coeffs/longrat.h


Ignore:
Timestamp:
Jun 21, 2010, 7:46:24 PM (14 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
abca39190db801f0125cf1a47ca64dcd18437478
Parents:
4d1ae5af2805ed797a6a992f88a4bb83fbc625f8
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-06-21 19:46:24+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:15+01:00
Message:
More ring fixes... rmodulo* are still buggy (TODO: Frank)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/longrat.h

    r4d1ae5 rf1c465f  
    6969int      nlInt(number &n, const coeffs r);
    7070number   nlBigInt(number &n);
     71
    7172#ifdef HAVE_RINGS
    7273void     nlGMP(number &i, number n, const coeffs r);
    7374#endif
     75
    7476BOOLEAN  nlGreaterZero(number za, const coeffs r);
    7577number   nlInvers(number a, const coeffs r);
Note: See TracChangeset for help on using the changeset viewer.