Go to the source code of this file.
◆ p_Add_q__T()
LINKAGE poly p_Add_q__T |
( |
poly |
p, |
|
|
poly |
q, |
|
|
int & |
Shorter, |
|
|
const ring |
r |
|
) |
| |
Definition at line 18 of file p_Add_q__T.cc.
33 DECLARE_LENGTH(
const unsigned long length = r->CmpL_Size);
34 DECLARE_ORDSGN(
const long* ordsgn = r->ordsgn);
42 n_InpAdd__T(n1,n2,r->cf);
47 if (n_IsZero__T(t, r->cf))
static BOOLEAN Equal(number a, number b, const coeffs r)
static bool Greater(mono_type m1, mono_type m2)
static BOOLEAN length(leftv result, leftv arg)
static number & pGetCoeff(poly p)
return an alias to the leading coefficient of p assumes that p != NULL NOTE: not copy
#define n_Delete__T(n, r)
static unsigned pLength(poly a)
static poly p_LmFreeAndNext(poly p, ring)