Module Base.Int_mathSource

This module implements derived integer operations (e.g., modulo, rounding to multiples) based on other basic operations.

Sourcemodule type Make_arg = sig ... end
Sourcemodule Make (X : Make_arg) : sig ... end

Derived operations common to various integer modules.

Sourcemodule Private : sig ... end