Changeset 20722e4 in git for libfac/factor/Factor.cc
- Timestamp:
- Apr 28, 2006, 3:46:29 PM (17 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- a285490a201ea1e883f387408479c5758aaff48f
- Parents:
- f45bfb991cabced656e450cbed9e85720c469e54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/factor/Factor.cc
rf45bfb r20722e4 1 1 /* Copyright 1996 Michael Messollen. All rights reserved. */ 2 2 /////////////////////////////////////////////////////////////////////////////// 3 static char * rcsid = "$Id: Factor.cc,v 1.2 1 2005-12-12 18:02:03Singular Exp $ ";3 static char * rcsid = "$Id: Factor.cc,v 1.22 2006-04-28 13:46:29 Singular Exp $ "; 4 4 static char * errmsg = "\nYou found a bug!\nPlease inform (Michael Messollen) michael@math.uni-sb.de \nPlease include above information and your input (the ideal/polynomial and characteristic) in your bug-report.\nThank you."; 5 5 /////////////////////////////////////////////////////////////////////////////// … … 652 652 ffuni = mygcd(f,ff); 653 653 TIMING_END(discr_time); 654 if ( ffuni != 1){ //discriminante nonzero: split poly654 if ( !(ffuni.isOne()) ){ //discriminante nonzero: split poly 655 655 DEBOUTLN(cout,"Nontrivial GCD of f= ", f); 656 656 DEBOUTLN(cout," and @f= ", ff); … … 1124 1124 /* 1125 1125 $Log: not supported by cvs2svn $ 1126 Revision 1.21 2005/12/12 18:02:03 Singular 1127 *hannes: use sorting option in Factorize 1128 1126 1129 Revision 1.20 2005/12/05 15:47:32 Singular 1127 1130 *hannes: is_homogeneous -> factory: isHomogeneous
Note: See TracChangeset
for help on using the changeset viewer.