Changeset b28747 in git for factory/cf_chinese.cc


Ignore:
Timestamp:
Jul 3, 2020, 10:35:16 AM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
Children:
f3adf3a165dd0f173fe615a55624a41ff34bdddb
Parents:
a8d220bd457a894b0d527ebb1293c04e2d43bb2c
Message:
fix: factrory with or w/o NTL, FLINT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_chinese.cc

    ra8d220b rb28747  
    163163}
    164164
    165 #if 0
     165#if !defined(HAVE_NTL) && !defined(HAVE_FLINT)
    166166CanonicalForm Farey_n (CanonicalForm N, const CanonicalForm P)
    167167//"USAGE:  Farey_n (N,P); P, N number;
     
    251251            }
    252252          }
     253#else
     254          if (c.inZ())
     255            result += power (x, i.exp()) * Farey_n(c,q);
    253256#endif
    254257          else
Note: See TracChangeset for help on using the changeset viewer.