1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: fpconst
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>
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.
|