Changeset f70f641 in git for libpolys/coeffs/numbers.h


Ignore:
Timestamp:
Apr 27, 2011, 10:22:46 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
b7d7eb00647832d8b7ba2d7f853accc84ba835b5
Parents:
b27c0524d725542db31ecb0c95c603a31a1d1faa
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-04-27 10:22:46+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:29+01:00
Message:
- rSum, rCopy0: uses now coeffs
- some unused variables removed in templates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/numbers.h

    rb27c052 rf70f641  
    7272/// Test whether a is a zero divisor in r
    7373/// i.e. not coprime with char. of r
     74/// very inefficient implementation:
     75/// should ONLY be used for debug stuff /tests
    7476BOOLEAN n_IsZeroDivisor( number a, const coeffs r);
    7577
Note: See TracChangeset for help on using the changeset viewer.