aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Cephes/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Math-Cephes/pkg-descr')
-rw-r--r--math/p5-Math-Cephes/pkg-descr15
1 files changed, 7 insertions, 8 deletions
diff --git a/math/p5-Math-Cephes/pkg-descr b/math/p5-Math-Cephes/pkg-descr
index 616caf988fe6..0ed8ed78eead 100644
--- a/math/p5-Math-Cephes/pkg-descr
+++ b/math/p5-Math-Cephes/pkg-descr
@@ -1,11 +1,10 @@
- This module provides an interface to over 150 functions of the
- cephes math library of Stephen Moshier. No functions are exported
- by default, but rather must be imported explicitly, as in
+This module provides an interface to over 150 functions of the
+cephes math library of Stephen Moshier. No functions are exported
+by default, but rather must be imported explicitly, as in
- use Math::Cephes qw(sin cos);
+ use Math::Cephes qw(sin cos);
- There are a number of export tags defined which allow
- importing groups of functions.
+There are a number of export tags defined which allow
+importing groups of functions.
-Author: Randy Kobes
-WWW: http://search.cpan.org/dist/Math-Cephes
+WWW: http://search.cpan.org/dist/Math-Cephes/