Changeset fd80670 in git for factory/facMul.cc


Ignore:
Timestamp:
Nov 29, 2012, 4:39:48 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
fe969a75147c2bf74dfb88f8b9b8ee94e2557a20
Parents:
c49e6ff67dcc4fd9d834166f973fd81fbc6cec2b
git-author:
Martin Lee <martinlee84@web.de>2012-11-29 16:39:48+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-11-30 17:25:33+01:00
Message:
fix: bug in divrem2 and logDeriv
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facMul.cc

    rc49e6f rfd80670  
    27492749    return;
    27502750  }
    2751   if (!(B.level() == 1 && B.isUnivariate()) &&
    2752       (A.level() == 1 && A.isUnivariate()))
    2753   {
    2754     Q= 0;
    2755     R= A;
    2756     return;
    2757   }
    27582751
    27592752  Variable x= Variable (1);
Note: See TracChangeset for help on using the changeset viewer.