Changeset 3e8b64 in git
- Timestamp:
- Mar 20, 2018, 2:24:53 PM (5 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- 9118cce767324c1d0bde747134d7ee5cae6df8a5
- Parents:
- f06d39e9bdc593f9c26fdcd72fc94f82f99bda04
- Location:
- factory
- Files:
-
- 54 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/gengftables-conway.cc
rf06d39e r3e8b64 284 284 * It uses the Conway polynomials. 285 285 * It reads the polynomials from a file. 286 * The file contains all po ynomials with p^k <= 2^16286 * The file contains all polynomials with p^k <= 2^16 287 287 * but currently only polynomials with p^k <= 2^14 are used. 288 288 **/ … … 360 360 for ( i = 0; i < primes_len; i++ ) { 361 361 p = primes[i]; 362 q = p *p;363 n = 2;362 q = p; 363 n = 1; 364 364 setCharacteristic( p ); 365 365 while ( q < maxtable ) {
Note: See TracChangeset
for help on using the changeset viewer.