Module Int_lit.Util
Some Utils for arith
val prime_decomposition : Z.t -> divisor listDecompose the number into a product of power-of-primes. Cheap if
is_prime nwas called before.- raises Invalid_argument
if the number is negative
Int_lit.Utilval prime_decomposition : Z.t -> divisor listDecompose the number into a product of power-of-primes. Cheap if is_prime n was called before.
if the number is negative