slackbuilds_ponce/libraries/fpconst
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
fpconst.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
fpconst.SlackBuild
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.