-
Notifications
You must be signed in to change notification settings - Fork 0
epw/pyfactor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The code in this module is derived from the "factor" program in coreutils. To install, run # python setup.py install This will create the python module "factor", with one method, factor(). factor.factor() takes an integer and returns a list of its prime factors, very similar to the output of /usr/bin/factor. At the moment, factor.factor() will raise an OverflowError if its input is 2^31 or greater. This is an unsolved bug.
About
Python module providing factor() function
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published