Changeset 8cb8e1 in git for coeffs/gnumpc.h


Ignore:
Timestamp:
Apr 28, 2010, 2:53:08 PM (14 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
db3180ca57d54e8d3b4f38b7dc0c1af1a3bdba44
Parents:
77e585d91301adb39a7f4d69c34f795b82ace33a
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-04-28 14:53:08+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:49:01+01:00
Message:
Fixed gnumpc.*
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/gnumpc.h

    r77e585 r8cb8e1  
    2626number   ngcDiv(number a, number b, const coeffs r);
    2727void     ngcPower(number x, int exp, number *lu, const coeffs r);
    28 number   ngcCopy(number a);
     28number   ngcCopy(number a, const coeffs);
    2929number   ngc_Copy(number a, coeffs r);
    3030const char * ngcRead (const char *s, number *a, const coeffs r);
     
    3535
    3636#ifdef LDEBUG
    37 BOOLEAN  ngcDBTest(number a, const char *f, const int l);
     37BOOLEAN  ngcDBTest(number a, const char *f, const int l, const coeffs);
    3838#endif
    3939void     ngcDelete(number *a, const coeffs r);
Note: See TracChangeset for help on using the changeset viewer.