Changeset 9d68fd in git for libpolys/coeffs/longrat.cc
- Timestamp:
- Feb 25, 2013, 3:35:27 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c987db42cd2ec943b97ac5746c99892ceddf909c')
- Children:
- 1c94e44b6b2645f28d5bc81b7b3facc71b2b582d
- Parents:
- 27c79fcbc083eb57ec1345d22a6892cf162f017b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/longrat.cc
r27c79f r9d68fd 213 213 if (a->s<2) 214 214 { 215 if (a->n[0]._mp_d[0]==0) 216 { 217 Print("!!longrat: n==0 in %s:%d\n",f,l); 218 return FALSE; 219 } 215 220 /* TODO: If next line is active, then computations in algebraic field 216 221 extensions over Q will throw a lot of assume violations although
Note: See TracChangeset
for help on using the changeset viewer.