Initialize r.
750 n->cfExactDiv=
nrDiv;
BOOLEAN nrGreaterZero(number k, const coeffs r)
number nrMult(number a, number b, const coeffs r)
BOOLEAN nrEqual(number a, number b, const coeffs r)
#define SHORT_REAL_LENGTH
number nrSub(number a, number b, const coeffs r)
number nrDiv(number a, number b, const coeffs r)
single prescision (6,6) real numbers
const char * nrRead(const char *s, number *a, const coeffs r)
number nrAdd(number a, number b, const coeffs r)
void nrWrite(number a, const coeffs r)
BOOLEAN nrIsMOne(number a, const coeffs r)
number nrInvers(number c, const coeffs r)
nMapFunc nrSetMap(const coeffs src, const coeffs dst)
Get a mapping function from src into the domain of this type: n_R.
static FORCE_INLINE n_coeffType getCoeffType(const coeffs r)
Returns the type of coeffs domain.
number nrInit(long i, const coeffs r)
void nrCoeffWrite(const coeffs r, BOOLEAN)
BOOLEAN nrIsOne(number a, const coeffs r)
static char * nrCoeffString(const coeffs r)
number nrNeg(number c, const coeffs r)
long nrInt(number &n, const coeffs r)
BOOLEAN nrIsZero(number a, const coeffs r)
BOOLEAN nrGreater(number a, number b, const coeffs r)