Module type Number_intf.Run
val div_pow_2 : t -> [ `Two_to_the of int ] -> tval ceil_div_pow_2 : t -> [ `Two_to_the of int ] -> tval mul_pow_2 : t -> [ `Two_to_the of int ] -> tval mod_pow_2 : t -> [ `Two_to_the of int ] -> tval of_pow_2 : [ `Two_to_the of int ] -> tval clamp_to_n_bits : t -> int -> t