prime_factors¶
Module: tools.prime_factors
¶
This module contains contains methods for prime factorization and related methods.
Author: | Hendrik Woehrle (hendrik.woehrle@dfki.de) |
---|---|
Created: | 2010/11/23 |
Function Summary¶
factorize (n) |
Simple function for prime factorization using a recursive approach. |
next_least_nice_integer_divisor (n, d) |
Finds the biggest number dsmall, |