Changeset 8492bd5 in git
- Timestamp:
- Sep 22, 2008, 6:26:42 PM (15 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- ad82f6123c76f7cdcd70c89effe3d87c54e04410
- Parents:
- 1573a30c98b9820f9b70927326b94880c0738e27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gcd.cc
r1573a3 r8492bd5 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_gcd.cc,v 1.6 7 2008-09-12 15:47:02 Singular Exp $ */2 /* $Id: cf_gcd.cc,v 1.68 2008-09-22 16:26:42 Singular Exp $ */ 3 3 4 4 #include <config.h> … … 375 375 else 376 376 bi = -1; 377 while ( degree( pi1, v ) > 0 ) { 377 while ( degree( pi1, v ) > 0 ) 378 { 378 379 pi2 = psr( pi, pi1, v ); 379 380 pi2 = pi2 / bi; 380 381 pi = pi1; pi1 = pi2; 381 if ( degree( pi1, v ) > 0 ) { 382 if ( degree( pi1, v ) > 0 ) 383 { 382 384 delta = degree( pi, v ) - degree( pi1, v ); 383 385 if ( (delta+1) % 2 )
Note: See TracChangeset
for help on using the changeset viewer.