diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:30:10 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:30:10 +0200 |
commit | 7f3fa8f9ac1651e2d88fa73f5a716972c85ca067 (patch) | |
tree | cb1d50dd98d46dd430a2804c586e994f6be61048 /libraries/fpconst/README | |
parent | f37db1111955832906878ef5d923870b62d39832 (diff) | |
download | slackbuilds-7f3fa8f9ac1651e2d88fa73f5a716972c85ca067.tar.gz |
libraries/fpconst: Added to 12.2 repository
Diffstat (limited to 'libraries/fpconst/README')
-rw-r--r-- | libraries/fpconst/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/fpconst/README b/libraries/fpconst/README new file mode 100644 index 0000000000..e7ce665eda --- /dev/null +++ b/libraries/fpconst/README @@ -0,0 +1,5 @@ +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.
\ No newline at end of file |