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