Prime_int64
64 bit integer functions.
val pow : int64 -> int -> int64
pow b n is b raised to n.
pow b n
b
n
val bitcount : int64 -> int
bitcount n is the number of ones in the binary representation of n.
bitcount n