Changeset 83c377 in git for factory/libfac/charset/alg_factor.cc
- Timestamp:
- Mar 12, 2014, 2:00:37 PM (10 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 9565355ff47c1ec84ca7a3ba989ea81f752de054
- Parents:
- df3eef0007e351efd7a2c08a22185605e7ae6dd2
- git-author:
- Martin Lee <martinlee84@web.de>2014-03-12 14:00:37+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-03-17 18:31:54+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/libfac/charset/alg_factor.cc
rdf3eef r83c377 484 484 bi= 1; 485 485 486 On (SW_RATIONAL);487 488 486 int delta= degree (f, x) - degree (g, x); 489 487 Hi= power (LC (pi1, x), delta); … … 495 493 while (degree (pi1,x) > 0) 496 494 { 497 On (SW_RATIONAL);498 495 psqr( pi, pi1, q, pi2, m, x); 499 496 pi2 /= bi;
Note: See TracChangeset
for help on using the changeset viewer.