Changeset 517530 in git for factory/cf_gcd_smallp.cc
- Timestamp:
- May 7, 2012, 5:34:51 PM (11 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- dccd6db99cc44c93669e843ddb6e06d2682769b8
- Parents:
- e7676af1109530ff2efd9495bfdb0fa2cedc576a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gcd_smallp.cc
re7676a r517530 35 35 #include "cf_iter.h" 36 36 #include "cfNewtonPolygon.h" 37 #include "cf_algorithm.h" 37 38 38 39 // iinline helper functions: … … 45 46 46 47 #include "cf_gcd_smallp.h" 47 48 #ifdef HAVE_NTL49 48 50 49 TIMING_DEFINE_PRINT(gcd_recursion) … … 72 71 return false; 73 72 } 73 74 #ifdef HAVE_NTL 74 75 75 76 static const double log2exp= 1.442695041;
Note: See TracChangeset
for help on using the changeset viewer.