slackbuilds_ponce/libraries/fpconst
2010-05-19 02:36:08 -04:00
..
fpconst.info libraries: nitpicks on ordering of .info file 2010-05-18 00:29:17 -05:00
fpconst.SlackBuild libraries/fpconst: Fixed for bash4. 2010-05-19 02:36:08 -04:00
README libraries/fpconst: Added to 12.2 repository 2010-05-12 23:30:10 +02:00
slack-desc libraries/fpconst: Added to 12.2 repository 2010-05-12 23:30:10 +02:00

Utilities for handling IEEE 754 floating point special values.
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 (PosInf), and Negative Infinity
(NegInf), as well as functions to test for these values.