Module Base__.Int_math

This module is not exposed in Core. Instead, these functions are accessed and commented in the various Core modules implementing Int_intf.S.

module type T : sig ... end
module Make : functor (X : T) -> sig ... end

derived operations common to various integer modules

val int_pow : int ‑> int ‑> int
val int64_pow : int64 ‑> int64 ‑> int64
val int63_pow_on_int64 : int64 ‑> int64 ‑> int64