diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/abs/DESCR | 2 | ||||
-rw-r--r-- | math/py-fpconst/DESCR | 4 | ||||
-rw-r--r-- | math/yorick/DESCR | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/math/abs/DESCR b/math/abs/DESCR index c627a21b1c3..3775d65b286 100644 --- a/math/abs/DESCR +++ b/math/abs/DESCR @@ -5,7 +5,7 @@ under NetBSD, Linux, and Aix. Basic functions are: * macro language a la Visual Basic Programming language with the same syntax as Microsoft Visual Basic. - + * XY, pie and bar charts * Printing of selected areas to files 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. diff --git a/math/yorick/DESCR b/math/yorick/DESCR index 4c901cb3f69..34409bd184e 100644 --- a/math/yorick/DESCR +++ b/math/yorick/DESCR @@ -7,7 +7,7 @@ includes tools to assist making animated and simple 3D graphs. Yorick's binary file package can read or write floating point formats foreign to the machine where Yorick is running. - + A library of functions written in the Yorick language, including Bessel, gamma, and related functions, multiple key sorting, spline, rational function, and least squares fitting, and routines to read and |