Commit graph

3 commits

Author SHA1 Message Date
recht
9afcba6b62 update to fpconst-0.7.0
The primary purpose of this release is to correct problems on big-endian
64 bit platforms. It also introduces some test code to verify that the
functions and constants work properly.
2004-06-27 22:59:48 +00:00
snj
fad79df5ee Convert to buildlink3. 2004-04-24 04:47:04 +00:00
recht
89efd73213 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.
2003-12-24 10:56:27 +00:00