Changeset 3e8b64 in git


Ignore:
Timestamp:
Mar 20, 2018, 2:24:53 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
9118cce767324c1d0bde747134d7ee5cae6df8a5
Parents:
f06d39e9bdc593f9c26fdcd72fc94f82f99bda04
Message:
add: gftables for p^1 (p<=251)
Location:
factory
Files:
54 added
1 edited

Legend:

Unmodified
Added
Removed
  • factory/gengftables-conway.cc

    rf06d39e r3e8b64  
    284284 * It uses the Conway polynomials.
    285285 * It reads the polynomials from a file.
    286  * The file contains all poynomials with p^k <= 2^16
     286 * The file contains all polynomials with p^k <= 2^16
    287287 * but currently only polynomials with p^k <= 2^14 are used.
    288288**/
     
    360360    for ( i = 0; i < primes_len; i++ ) {
    361361                p = primes[i];
    362                 q = p*p;
    363                 n = 2;
     362                q = p;
     363                n = 1;
    364364                setCharacteristic( p );
    365365                while ( q < maxtable ) {
Note: See TracChangeset for help on using the changeset viewer.