Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXY
          ]
        
	
        python-fpconst - Python module for handling IEEE 754 floating point special values
        
        
        - Description:
- This python module implements constants and functions for working with
IEEE754 double-precision special values.  It provides constants for
Not-a-Number (NaN), Positive Infinity (PosInf), and Negative Infinity
(NegInf), as well as functions to test for these values. 
Packages:
        
	Changelog:
        
	
            | by Christopher Stone (2008-03-08): - Ooops, egg-info only applies to devel |