Changeset 247b0f in git for Singular/LIB/absfact.lib


Ignore:
Timestamp:
Apr 22, 2013, 6:26:22 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
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.