celeries.prime.pf2int# celeries.prime.pf2int(pf)# Compute an integer from its prime factors decomposition. Parameters: dicdictDictionary of prime factor -> power. Returns: nintInteger corresponding to the decomposition.