Changeset 3f6701 in git for factory/cf_chinese.cc
- Timestamp:
- Jun 6, 2017, 1:48:25 PM (6 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- ce1b53088c76b35ea7757238cd2eb7a737b01645
- Parents:
- e91901dce5fba3ac4ddf2c91c8a0a1f1f6da2843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_chinese.cc
re91901 r3f6701 262 262 } 263 263 264 void out_cf(const char *s1,const CanonicalForm &f,const char *s2); 264 265 void chineseRemainderCached(CFArray &a, CFArray &n, CanonicalForm &xnew, CanonicalForm &prod, CFArray &inv) 265 266 { 266 CanonicalForm p, sum (0L); prod(1L);267 CanonicalForm p, sum=0L; prod=1L; 267 268 int i; 268 269 int len=n.size();
Note: See TracChangeset
for help on using the changeset viewer.