Go to the source code of this file.
◆ p_Mult_nn__T()
Definition at line 18 of file p_Mult_nn__T.cc.
19{
22
24#ifdef HAVE_ZERODIVISORS
26#endif
28 {
29#ifndef HAVE_ZERODIVISORS
32#else
33 number tmp = n_Mult__T(n,
pGetCoeff(
p), r->cf);
34 if (!n_IsZero__T(tmp,r->cf))
35 {
41 }
42 else
43 {
46 {
49 }
50 else
51 {
54 }
55 }
56#endif
57 }
59 return q;
60}
#define p_SetCoeff0(p, n, r)
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 void p_LmDelete(poly p, const ring r)