summaryrefslogtreecommitdiff
path: root/math/py-fpconst/PLIST
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-12-24 10:56:27 +0000
committerrecht <recht@pkgsrc.org>2003-12-24 10:56:27 +0000
commit3ce89b37b6be3c77906c3523aedf69aabf7a876d (patch)
tree2a1075a633ff3bef5da313df6a61dc27ed86e393 /math/py-fpconst/PLIST
parentba0795540f56898ca387f202fc052abe8f2fad0e (diff)
downloadpkgsrc-3ce89b37b6be3c77906c3523aedf69aabf7a876d.tar.gz
initial import of py-fpconst-0.6.0
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.
Diffstat (limited to 'math/py-fpconst/PLIST')
-rw-r--r--math/py-fpconst/PLIST4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/py-fpconst/PLIST b/math/py-fpconst/PLIST
new file mode 100644
index 00000000000..2a11a403071
--- /dev/null
+++ b/math/py-fpconst/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/24 10:56:27 recht Exp $
+${PYSITELIB}/fpconst.py
+${PYSITELIB}/fpconst.pyc
+${PYSITELIB}/fpconst.pyo