Functor Int_math.Make

module Make: 
functor (X : T) -> sig .. end
derived operations common to various integer modules
Parameters:
X : T

val (%) : X.t -> X.t -> X.t
val (/%) : X.t -> X.t -> X.t
val (//) : X.t -> X.t -> float
include Int_intf.Round