initial import of py-fpconst-0.6.0
authorrecht <recht>
Wed, 24 Dec 2003 10:56:27 +0000 (10:56 +0000)
committerrecht <recht>
Wed, 24 Dec 2003 10:56:27 +0000 (10:56 +0000)
commitaec0474751d7de771c91cd0ff4a29302b17274b2
tree79fc5fabcd3eb2a1a913311ad2a4231eb01bf43e
parent72c213e47b7ccc1ec7c54c6c8f786e0d13955c00
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/DESCR [new file with mode: 0644]
math/py-fpconst/Makefile [new file with mode: 0644]
math/py-fpconst/PLIST [new file with mode: 0644]
math/py-fpconst/distinfo [new file with mode: 0644]