Source: fpconst Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Bernd Zeimetz Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), python, dh-python Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/fpconst/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/fpconst/trunk/ Homepage: http://pypi.python.org/pypi/fpconst Standards-Version: 3.7.2 Package: python-fpconst Architecture: all Depends: ${python:Depends}, ${misc:Depends} Conflicts: python-soappy (<< 0.12.0~rc1) Description: Utilities for handling IEEE 754 floating point special values 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.