![]() |
Python
1.0
|
Namespaces | |
_10_factorize | |
A simple factorization algorithm. | |
Functions | |
def | _10_factorize.factorize_rec (n) |
Factorizes an integer or long number. More... | |
def | _10_factorize.factorize (n) |
Factorizes an integer or long number. More... | |
def | _10_factorize.condense (L) |
Condenses the list of prime factors of a number, so that each factor appears just once, in the format \(prime^{nth_{power}}\). More... | |
def | _10_factorize.main (argv=None) |
main function for testing. More... | |
Variables | |
_10_factorize.input = raw_input | |