Changeset f70f641 in git for libpolys/coeffs/numbers.h
- Timestamp:
- Apr 27, 2011, 10:22:46 AM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/numbers.h
rb27c052 rf70f641 72 72 /// Test whether a is a zero divisor in r 73 73 /// i.e. not coprime with char. of r 74 /// very inefficient implementation: 75 /// should ONLY be used for debug stuff /tests 74 76 BOOLEAN n_IsZeroDivisor( number a, const coeffs r); 75 77
Note: See TracChangeset
for help on using the changeset viewer.