Changeset b28747 in git for factory/cf_chinese.cc
- Timestamp:
- Jul 3, 2020, 10:35:16 AM (3 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- f3adf3a165dd0f173fe615a55624a41ff34bdddb
- Parents:
- a8d220bd457a894b0d527ebb1293c04e2d43bb2c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_chinese.cc
ra8d220b rb28747 163 163 } 164 164 165 #if 0165 #if !defined(HAVE_NTL) && !defined(HAVE_FLINT) 166 166 CanonicalForm Farey_n (CanonicalForm N, const CanonicalForm P) 167 167 //"USAGE: Farey_n (N,P); P, N number; … … 251 251 } 252 252 } 253 #else 254 if (c.inZ()) 255 result += power (x, i.exp()) * Farey_n(c,q); 253 256 #endif 254 257 else
Note: See TracChangeset
for help on using the changeset viewer.