Metadata-Version: 1.1
Name: inf
Version: 1.1.0
Summary: Infinity
Home-page: http://github.com/pwaller/inf
Author: Peter Waller
Author-email: p@pwaller.net
License: UNKNOWN
Description: ``inf`` is missing from Python's builtins. This module adds it:
        
        
        
        ..
        
          import inf
        
          # inf is now float("+inf")
        
        
        
          inf.div(10.0, 0.0)  # Correctly returns inf.
        
        
        
        
        
        
        
        CHANGELOG
        
        ---------
        
        
        
        2013-10-21 Release 1.1.0
        
            Added the ``inf.div`` function for IEEE division.
        
        
        
        2013-10-10 Release 1.0.0
Keywords: inf infinity
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Mathematics
