Module Prime_int32

32 bit integer functions.

val pow : int32 -> int -> int32

pow b n is b raised to n.

val bitcount : int32 -> int

bitcount n is the number of bits in the binary representation of n.