Changeset 03f7b5 in git for libpolys/coeffs/gnumpc.cc
- Timestamp:
- Oct 11, 2011, 7:22:48 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 3c56d88ff43b9f485d15dbe25b01664e8e072f04
- Parents:
- 5f4015a4722191e67435fb8503aa693c23375458
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-10-11 19:22:48+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:59+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/gnumpc.cc
r5f4015a r03f7b5 610 610 } 611 611 612 void ngcCoeffWrite (const coeffs r )612 void ngcCoeffWrite (const coeffs r, BOOLEAN details) 613 613 { 614 614 Print("// characteristic : 0 (complex:%d digits, additional %d digits)\n", 615 r->float_len, r->float_len2); /* long C */ 616 } 615 r->float_len, r->float_len2); /* long C */ 616 Print("// 1 parameter : %s\n", r->complex_parameter); 617 Print("// minpoly : (%s^2+1)\n", r->complex_parameter); 618 }
Note: See TracChangeset
for help on using the changeset viewer.