Changeset ec4c63 in git


Ignore:
Timestamp:
Jun 26, 2018, 11:55:15 AM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a75617ab92e83bba48878b0a42fbde483a68b9e6
Parents:
50d0fa4e611a020bb596d5f7f77bc9915ac58534
Message:
Revert "fix: mulMod (Karatsubu multiplication mod ...)"

This reverts commit ab80529c2ca3f87dc8a9254e5ed266fab97c745f.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facMul.cc

    r50d0fa rec4c63  
    30313031  else
    30323032  {
    3033     m= (tmax(degF, degG)+1)/2;
     3033    m= (int) ceil (tmin (degF, degG)/2.0);
    30343034    CanonicalForm yToM= power (y, m);
    30353035    CanonicalForm F0= mod (F, yToM);
Note: See TracChangeset for help on using the changeset viewer.