Changeset 247b0f in git


Ignore:
Timestamp:
Apr 22, 2013, 6:26:22 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3b07f8b20c833281c8c25a2f387f811016b90f0a
Parents:
386b3df0fd0076a3b1f1d672a9d0a51c0888814b
git-author:
Martin Lee <martinlee84@web.de>2013-04-22 18:26:22+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-05-02 11:42:42+02:00
Message:
chg: lead coeff handling in case parameter is present
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/absfact.lib

    r386b3d r247b0f  
    789789  }
    790790
     791  if (pa)
     792  {
     793    number cok=imap(MP,cok);
     794    tmpf[1][1]=cok*tmpf[1][1];
     795  }
     796
    791797  // if we want the output as string
    792798  if(size(#)>0)
Note: See TracChangeset for help on using the changeset viewer.