Module Int_math

module Int_math: sig .. end

val is_pow2 : int -> bool
val ceil_pow2 : int -> int
val floor_pow2 : int -> int