module Int_math: sig .. end
sig
end
val is_pow2 : int -> bool
int -> bool
val ceil_pow2 : int -> int
int -> int
val floor_pow2 : int -> int