2004-08-13 10:57:14 by Marc Recht | Files touched by this commit (4) |
Log message: Add/use buildlink3.mk files. |
2004-06-28 00:59:49 by Marc Recht | Files touched by this commit (2) | |
Log message: 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-04-24 06:51:07 by Soren Jacobsen | Files touched by this commit (1) |
Log message: Convert to buildlink3. |
2003-12-24 11:56:27 by Marc Recht | Files touched by this commit (4) | |
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. |