 |
My Project
debian-1:4.1.1-p2+ds-4build1
|
Go to the documentation of this file.
40 #ifdef TRANSEXT_PRIVATES
67 typedef struct fractionObject * fraction;
70 #define NUM(f) ((f)->numerator)
71 #define DEN(f) ((f)->denominator)
74 #define IS0(f) (f == NULL)
77 #define DENIS1(f) (DEN(f) == NULL)
struct for passing initialization parameters to naInitChar
int ntIsParam(number, const coeffs)
if m == var(i)/1 => return i,
number(* nMapFunc)(number a, const coeffs src, const coeffs dst)
maps "a", which lives in src, into dst
nMapFunc ntSetMap(const coeffs src, const coeffs dst)
Get a mapping function from src into the domain of this type (n_transExt)
number ntInit(long i, const coeffs cf)
number ntDiff(number a, number d, const coeffs cf)
BOOLEAN ntInitChar(coeffs cf, void *infoStruct)
Initialize the coeffs object.