Subject: CVS commit: pkgsrc/math/py-fpconst
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 12/24/2003 10:56:27
Module Name:	pkgsrc
Committed By:	recht
Date:		Wed Dec 24 10:56:27 UTC 2003

Update of /cvsroot/pkgsrc/math/py-fpconst
In directory ivanova.netbsd.org:/tmp/cvs-serv15647

Log Message:
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. 


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/math/py-fpconst/Makefile
N pkgsrc/math/py-fpconst/PLIST
N pkgsrc/math/py-fpconst/distinfo
N pkgsrc/math/py-fpconst/DESCR

No conflicts created by this import