Lp.TermModule for a term in the polynomial. Typically, users don't need to use this module directly. See higher-level module for polynomials (Poly) instead.
val c : float -> tval var : ?integer:bool -> ?lb:float -> ?ub:float -> string -> tval binary : string -> tval range : ?integer:bool -> ?lb:float -> ?ub:float -> string -> int -> t arrayval to_string : ?short:bool -> t -> stringval zero : tval one : tval degree : t -> intval near_zero : ?eps:float -> t -> bool