CVS: moonbase/devel/fpconst BUILD, NONE, 1.1 DEPENDS, NONE,
1.1 DETAILS, NONE, 1.1
Jeff Hodges
jmhodges at lunar-linux.org
Mon Dec 8 05:02:45 GMT 2003
Update of /var/cvs/lunar/moonbase/devel/fpconst
In directory dbguin.lunar-linux.org:/tmp/cvs-serv28286/fpconst
Added Files:
BUILD DEPENDS DETAILS
Log Message:
needed by SOAPpy
--- NEW FILE: BUILD ---
(
python setup.py build
prepare_install &&
python setup.py install
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends Python
--- NEW FILE: DETAILS ---
MODULE=fpconst
VERSION=0.6.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://www.analytics.washington.edu/Zope/projects/fpconst/$MODULE-$VERSION.tar.gz
WEB_SITE=http://www.analytics.washington.edu/Zope/projects/fpconst/
ENTERED=20031127
UPDATED=20031127
SHORT="Implements constants and functions for working with IEEE754 double-precision special values."
cat << EOF
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 (Inf), and Negative Infinity
(-Inf), as well as functions to test for these values.
The code is implemented in pure python by taking advantage of the
'struct' standard module. Care has been taken to generate proper results
on both big-endian and little-endian machines. Some efficiency could be
gained by translating the core routines into C.
EOF
More information about the Lunar-commits
mailing list