Polynomial.Poly
Representation of polonomial with rational coefficient. a1.m1 + ... + c where
val constant : NumCompat.Q.t -> t
constant c
val get : Monomial.t -> t -> NumCompat.Q.t
get mi p
val fold : (Monomial.t -> NumCompat.Q.t -> 'a -> 'a) -> t -> 'a -> 'a
fold f p a
folds f over the monomials of p with non-zero coefficient
val add : Monomial.t -> NumCompat.Q.t -> t -> t
add m n p