slackbuilds_ponce/libraries/fpconst
dsomero a11fe67bac Fix files with no newline at the end.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-05-21 20:01:58 -04:00
..
fpconst.info
fpconst.SlackBuild libraries/fpconst: Misc automated cleanups. 2010-06-04 01:06:35 -04:00
README Fix files with no newline at the end. 2012-05-21 20:01:58 -04:00
slack-desc Fix files with no newline at the end. 2012-05-21 20:01:58 -04: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.