Changeset 28f88cb in git for factory/fieldGCD.cc
- Timestamp:
- Oct 15, 2008, 12:54:01 PM (15 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- abc317207a625bc95883a88cf6b4babbd9449669
- Parents:
- d8217b926ff2c05a79842a11ec7aca90da240d9d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/fieldGCD.cc
rd8217b r28f88cb 1 1 #include <stdio.h> 2 #include <config.h> 3 #ifndef NOSTREAMIO 4 #ifdef HAVE_IOSTREAM 5 #include <iostream> 6 #define OSTREAM std::ostream 7 #elif defined(HAVE_IOSTREAM_H) 2 8 #include <iostream.h> 3 #include <config.h> 9 #define OSTREAM ostream 10 #endif 11 #endif /* NOSTREAMIO */ 4 12 5 13 #include "cf_defs.h" … … 112 120 { 113 121 g_image = gm / vcontent(gm, Variable(2)); 114 122 //out_cf("=========== try ",g_image,"\n"); 115 123 if(fdivides(g_image,f) && fdivides(g_image,g)) // trial division 116 117 124 { 125 //printf("=========== okay\n"); 118 126 return NN(c*g_image); 119 127 } 120 128 } 121 129 gm = gnew;
Note: See TracChangeset
for help on using the changeset viewer.