Changeset 0afa07 in git for libpolys/coeffs/gnumpc.cc
- Timestamp:
- Jul 12, 2011, 11:31:27 AM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 44d5adb209a6c64fd34d3985f93a7c9dc6e37179
- Parents:
- 6a7368df0618cc5b104f43cceb2a3f3b41ba9366
- git-author:
- Frank Seelisch <seelisch@mathematik.uni-kl.de>2011-07-12 11:31:27+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:14+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/gnumpc.cc
r6a7368 r0afa07 38 38 #endif 39 39 40 40 /* 41 41 number ngcPar(int i, const coeffs r) 42 42 { … … 47 47 return (number)n; 48 48 } 49 */ 49 50 50 51 /*2 … … 402 403 n->cfPower = ngcPower; 403 404 n->cfSetMap = ngcSetMap; 404 n->cfPar = ngcPar;405 405 n->cfRePart = ngcRePart; 406 406 n->cfImPart = ngcImPart; … … 429 429 r->cfExactDiv= nlExactDiv; 430 430 r->cfInit = nlInit; 431 r->cfPar = ndPar;432 r->cfParDeg = ndParDeg;433 431 r->cfSize = nlSize; 434 432 r->cfInt = nlInt;
Note: See TracChangeset
for help on using the changeset viewer.