Ring.TModule type arithmetic types equipped with addition and multiplication.
* div p1 p2 returns the division of p1 by p2. * None if the division is not exact
val to_int : t -> int optionNone if the value cannot be converted exactly to an integer
val to_float : t -> floatval to_rational : t -> Mpqf.tval floor : t -> intval zero : tconstants
val one : tval of_int : int -> tconstructors
val of_float : float -> tval of_rational : Mpqf.t -> tval print : Stdlib.Format.formatter -> t -> unitprintintg
val to_string : t -> string