summaryrefslogtreecommitdiff
path: root/math/py-fpconst
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-23 08:26:03 +0000
committerrillig <rillig>2005-05-23 08:26:03 +0000
commit88fbe0b4f045070c1d74e80e2ff7448527e556e4 (patch)
treea88b53a484071e09249ef5ae57e9f69b5ffb0a67 /math/py-fpconst
parent7caf0db822a5ebc4e6dc7732d45fa9bd3e9dea13 (diff)
downloadpkgsrc-88fbe0b4f045070c1d74e80e2ff7448527e556e4.tar.gz
Removed trailing white-space.
Diffstat (limited to 'math/py-fpconst')
-rw-r--r--math/py-fpconst/DESCR4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-fpconst/DESCR b/math/py-fpconst/DESCR
index 5cd2145c1ee..67ec1056257 100644
--- a/math/py-fpconst/DESCR
+++ b/math/py-fpconst/DESCR
@@ -1,9 +1,9 @@
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.
+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.
+translating the core routines into C.