aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Symbolic/pkg-descr
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-Math-Symbolic/pkg-descr
parent1d1f878054efdd1171a8cb006e59ad0727610293 (diff)
Notes
Diffstat (limited to 'math/p5-Math-Symbolic/pkg-descr')
-rw-r--r--math/p5-Math-Symbolic/pkg-descr10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/p5-Math-Symbolic/pkg-descr b/math/p5-Math-Symbolic/pkg-descr
index 9eb7d2e51778..811f89afeffd 100644
--- a/math/p5-Math-Symbolic/pkg-descr
+++ b/math/p5-Math-Symbolic/pkg-descr
@@ -1,10 +1,10 @@
-Math::Symbolic is intended to offer symbolic calculation capabilities to
-the Perl programmer without using external (and commercial) libraries
+Math::Symbolic is intended to offer symbolic calculation capabilities to
+the Perl programmer without using external (and commercial) libraries
and/or applications.
-Possibly the most convenient way of constructing Math::Symbolic trees is
-using the builtin parser to generate trees from expressions such as '2 *
-x^5'. You may use the Math::Symbolic->parse_from_string() class method for
+Possibly the most convenient way of constructing Math::Symbolic trees is
+using the builtin parser to generate trees from expressions such as '2 *
+x^5'. You may use the Math::Symbolic->parse_from_string() class method for
this.
WWW: http://search.cpan.org/dist/Math-Symbolic/