Metadata-Version: 1.1
Name: cs.numeric
Version: 20150311.2
Summary: some numeric functions; currently primes() and factors()
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@zip.com.au
License: UNKNOWN
Description: Numeric functions.
        ==================
        
        Numeric functions that do not below to other topics.
        
        * primes: generator yielding the primes in order, starting from 2
        
        * factors: generator yielding the prime factors of a value
        
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
