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