Changeset 7a8011 in git for libpolys/coeffs/gnumpc.cc
- Timestamp:
- Apr 21, 2011, 2:12:11 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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/gnumpc.cc
r8167af r7a8011 411 411 n->cfRePart = ngcRePart; 412 412 n->cfImPart = ngcImPart; 413 n->cfCoeffWrite = ngcCoeffWrite; 413 414 // cfSize = ndSize; 414 415 #ifdef LDEBUG … … 586 587 } 587 588 589 void ngcCoeffWrite (const coeffs r) 590 { 591 Print("// characteristic : 0 (complex:%d digits, additional %d digits)\n", 592 r->float_len, r->float_len2); /* long C */ 593 }
Note: See TracChangeset
for help on using the changeset viewer.