Changeset 9b9ae7 in git
- Timestamp:
- Apr 21, 2011, 2:26:30 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 95c1fa73e70651877b9d8e972efa22bb3451547f
- Parents:
- 7a8011cbc1b1fb8318b3e47ab42da1eb89ccf42a
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-04-21 14:26:30+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:25+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/ring.cc
r7a8011 r9b9ae7 281 281 n_CoeffWrite(r->cf); 282 282 #if 0 283 else284 283 { 285 284 PrintS("// characteristic : "); 286 if ( rField_is_R(r) ) PrintS("0 (real)\n"); /* R */287 else if ( rField_is_long_R(r) )288 Print("0 (real:%d digits, additional %d digits)\n",289 r->float_len,r->float_len2); /* long R */290 else if ( rField_is_long_C(r) )291 Print("0 (complex:%d digits, additional %d digits)\n",292 r->float_len, r->float_len2); /* long C */293 else294 Print ("%d\n",rChar(r)); /* Fp(a) */295 285 if (r->cf->parameter!=NULL) 296 286 {
Note: See TracChangeset
for help on using the changeset viewer.