Changeset 5c0bf0 in git


Ignore:
Timestamp:
May 8, 2012, 1:14:04 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
c8302bb70ef743b5705287005391184566e69b06
Parents:
dccd6db99cc44c93669e843ddb6e06d2682769b8
Message:
removed: clapsing.cc::primepower: not nedded anymore
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    rdccd6d r5c0bf0  
    501501}
    502502
    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 
    511503BOOLEAN count_Factors(ideal I, intvec *v,int j, poly &f, poly fac, const ring r)
    512504{
Note: See TracChangeset for help on using the changeset viewer.