1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: fpconst
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bernd@bzed.de>, Stefano Zacchiroli <zack@debian.org>
Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), python, python-support (>= 0.4)
XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/fpconst/trunk/
XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/trunk/packages/fpconst/trunk/
Standards-Version: 3.7.2
Package: python-fpconst
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Conflicts: python2.4-soappy (<< 0.11.3-1.5), python2.3-soappy (<< 0.11.3-1.5), 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.
|