Changeset 7a8011 in git for libpolys/coeffs/gnumpfl.cc
- Timestamp:
- Apr 21, 2011, 2:12:11 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 9b9ae7fadb61129e98f779cff3f5ea3435f370a7
- Parents:
- 8167afd5e92aaed2ba8a54e3c1566fd86d339aa8
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-04-21 14:12:11+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/coeffs/gnumpfl.cc
r8167af r7a8011 415 415 n->cfPower = ngfPower; 416 416 n->cfSetMap = ngfSetMap; 417 n->cfCoeffWrite = ngfCoeffWrite; 417 418 #ifdef LDEBUG 418 419 n->cfDBTest = ndDBTest; // not yet implemented: ngfDBTest … … 486 487 487 488 489 void ngfCoeffWrite (const coeffs r) 490 { 491 Print("// characteristic : 0 (real:%d digits, additional %d digits)\n", 492 r->float_len,r->float_len2); /* long R */ 493 }
Note: See TracChangeset
for help on using the changeset viewer.