Changeset a0432f in git for libpolys/coeffs/coeffs.h
- Timestamp:
- Aug 3, 2011, 6:15:59 PM (12 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 71fcb3f6531e433dbdb1966908154aa7c46a268a
- Parents:
- 0519cc9cca8089c23b749034d116897e8eeb3157
- git-author:
- Burcin Erocal <burcin@erocal.org>2011-08-03 18:15:59+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:19+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/coeffs.h
r0519cc ra0432f 573 573 } 574 574 575 static inline number n_Init_bigint(number i, const coeffs dummy, 576 const coeffs dst) 577 { 578 assume(dummy != NULL && dst != NULL); assume(dst->cfInit_bigint!=NULL); 579 return dst->cfInit_bigint(i, dummy, dst); 580 } 581 575 582 /// returns TRUE, if r is not a field and r has non-trivial units 576 583 static inline BOOLEAN nCoeff_has_Units(const coeffs r)
Note: See TracChangeset
for help on using the changeset viewer.