Libabsolute.QRational arithmetic module
val zero : tval one : tval two : tval minus_one : tval ceil : t -> intval floor : t -> intval to_int : t -> int optionConversions
val to_float : t -> floatval of_int : int -> tval of_float : float -> tval pp_print_size_of_0_suffix : t -> stringMpqf human understandable printing when denominator is a power of ten
val pp_print : Stdlib.Format.formatter -> t -> unitMpqf light printing when convertible to a float
val print : Stdlib.Format.formatter -> t -> unitval to_string : t -> string