Changeset 2f3764 in git for libpolys/coeffs/gnumpc.h


Ignore:
Timestamp:
Feb 23, 2012, 5:17:24 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
9a78ebefab412005398f3ada5901ac617d94e649
Parents:
02fe5fbd39da06e8eb01f3f24ef8e94a6334fcce
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 17:17:24+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:10+01:00
Message:
n_Init and p_ISet take a "long" (instead of "int") argument
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/gnumpc.h

    r02fe5f r2f3764  
    2727BOOLEAN  ngcIsMOne(number a, const coeffs r);
    2828BOOLEAN  ngcIsZero(number za, const coeffs r);
    29 number   ngcInit(int i, const coeffs r);
     29number   ngcInit(long i, const coeffs r);
    3030int      ngcInt(number &n, const coeffs r);
    3131number   ngcNeg(number za, const coeffs r);
Note: See TracChangeset for help on using the changeset viewer.