aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Number-WithError
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
commit4e942b64191e2ef98dce2c5af31047a8640db768 (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/p5-Number-WithError
parent1d1f878054efdd1171a8cb006e59ad0727610293 (diff)
downloadports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz
ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415499
Diffstat (limited to 'math/p5-Number-WithError')
-rw-r--r--math/p5-Number-WithError/pkg-descr16
1 files changed, 8 insertions, 8 deletions
diff --git a/math/p5-Number-WithError/pkg-descr b/math/p5-Number-WithError/pkg-descr
index 3aae958d26c6..ef704ddf8935 100644
--- a/math/p5-Number-WithError/pkg-descr
+++ b/math/p5-Number-WithError/pkg-descr
@@ -1,17 +1,17 @@
-This class is a container class for numbers with a number of associated
-symmetric and asymmetric errors. It overloads practically all common
-arithmetic operations and trigonometric functions to propagate the errors.
-It can do proper scientific rounding (as explained in more detail below in
+This class is a container class for numbers with a number of associated
+symmetric and asymmetric errors. It overloads practically all common
+arithmetic operations and trigonometric functions to propagate the errors.
+It can do proper scientific rounding (as explained in more detail below in
the documentation of the significant_digit() method).
-You can use Math::BigFloat objects as the internal representation of
+You can use Math::BigFloat objects as the internal representation of
numbers in order to support arbitrary precision calculations.
Errors are propagated using Gaussian error propagation.
-With a notable exception, the test suite covers way over ninety percent of
-the code. The remaining holes are mostly difficult-to-test corner cases
-and sanity tests. The comparison routines are the exception for which
+With a notable exception, the test suite covers way over ninety percent of
+the code. The remaining holes are mostly difficult-to-test corner cases
+and sanity tests. The comparison routines are the exception for which
there will be more extensive tests in a future release.
WWW: http://search.cpan.org/dist/Number-WithError/