Changeset 74fc12a in git
- Timestamp:
- Jul 2, 2020, 11:39:26 PM (3 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- f5c2fcff7160f4c1bdb642ee3dd3ac058f3e482e
- Parents:
- 53acc46a104d727e78284f0fda06b0ac9460dfae
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/FLINTconvert.cc
r53acc4 r74fc12a 210 210 } 211 211 212 CanonicalForm convertFmpq _t2CF (const fmpq_t q)212 CanonicalForm convertFmpq2CF (const fmpq_t q) 213 213 { 214 214 bool isRat= isOn (SW_RATIONAL); -
factory/FLINTconvert.h
r53acc4 r74fc12a 99 99 ); 100 100 101 /// conversion of a FLINT rational to CanonicalForm 102 CanonicalForm convertFmpq2CF (const fmpq_t q); 103 101 104 /// conversion of a factory univariate polynomials over Q to fmpq_poly_t 102 105 void
Note: See TracChangeset
for help on using the changeset viewer.