Changeset 37f67e4 in git
- Timestamp:
- Oct 1, 2013, 11:27:52 AM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 957c6a6e231eeb9224dbceb0618f32f9f25b7a57
- Parents:
- d64f0794a117c0edcfca3c9a27bd1203babb88f1
- git-author:
- Janko Boehm <boehm@mathematik.uni-kl.de>2013-10-01 11:27:52+02:00
- git-committer:
- Janko Boehm <boehm@mathematik.uni-kl.de>2013-10-25 18:08:32+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/longrat.h
rd64f079 r37f67e4 13 13 #include <coeffs/si_gmp.h> 14 14 #include <coeffs/coeffs.h> 15 16 #ifndef NDEBUG17 #include <polys/monomials/ring.h>18 #endif19 15 20 16 struct snumber; … … 139 135 static inline int nlQlogSize (number n, const coeffs r) 140 136 { 141 assume( nCoeff_is_Q (r) );142 137 143 138 long nl=nlSize(n,r);
Note: See TracChangeset
for help on using the changeset viewer.