From 89efd732135d66d534b80a7ab10b1b6b975e01a1 Mon Sep 17 00:00:00 2001 From: recht Date: Wed, 24 Dec 2003 10:56:27 +0000 Subject: 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. --- math/py-fpconst/PLIST | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 math/py-fpconst/PLIST (limited to 'math/py-fpconst/PLIST') 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 -- cgit v1.2.3