Changeset 5c0bf0 in git for libpolys/polys/clapsing.cc
- Timestamp:
- May 8, 2012, 1:14:04 PM (11 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- c8302bb70ef743b5705287005391184566e69b06
- Parents:
- dccd6db99cc44c93669e843ddb6e06d2682769b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/clapsing.cc
rdccd6d r5c0bf0 501 501 } 502 502 503 static int primepower(int c, const ring r)504 {505 int p=1;506 int cc=c;507 while(cc!= rChar(r)) { cc*=c; p++; }508 return p;509 }510 511 503 BOOLEAN count_Factors(ideal I, intvec *v,int j, poly &f, poly fac, const ring r) 512 504 {
Note: See TracChangeset
for help on using the changeset viewer.