Module Resampling_test.Rat
include module type of struct include Basic_structures.Basic_impl.Reals.Rational end
val compare : t -> t -> intval equal : t -> t -> boolval lebesgue : Stdlib.Random.State.t -> tval (<=) : t -> t -> boolval (>=) : t -> t -> boolval (<>) : t -> t -> boolval to_float : t -> floatval of_float : float -> tval pp : Stdlib.Format.formatter -> Q.t -> unit