Changeset b0bb93f in git for libpolys/coeffs/ffields.h
- Timestamp:
- Dec 14, 2011, 3:21:12 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- eb71ba41d7467fc241fc87e95ae3e044933adafd
- Parents:
- 62b20a676b4c20cfdee48773925c850d105aba6e
- git-author:
- YueRen <yue.ren.kl@gmail.com>2011-12-14 15:21:12+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:33+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/ffields.h
r62b20a rb0bb93f 11 11 12 12 BOOLEAN nfInitChar(coeffs r, void*); 13 14 //static BOOLEAN nfCoeffsEqual(const coeffs r, n_coeffType n, void* parameter);15 13 16 14 BOOLEAN nfGreaterZero (number k, const coeffs r); … … 45 43 void nfShowMipo(const coeffs r); 46 44 #endif 47 48 BOOLEAN nfCoeffIsEqual (const coeffs r, n_coeffType n, void * parameter);
Note: See TracChangeset
for help on using the changeset viewer.