diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
commit | 3f42e716135bc048b90cb6cca188f324e65c69dc (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/p5-Math-SymbolicX-Statistics-Distributions | |
parent | e127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff) | |
download | freebsd-ports-graphics-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.gz freebsd-ports-graphics-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.zst freebsd-ports-graphics-3f42e716135bc048b90cb6cca188f324e65c69dc.zip |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'math/p5-Math-SymbolicX-Statistics-Distributions')
-rw-r--r-- | math/p5-Math-SymbolicX-Statistics-Distributions/pkg-descr | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/math/p5-Math-SymbolicX-Statistics-Distributions/pkg-descr b/math/p5-Math-SymbolicX-Statistics-Distributions/pkg-descr index 4230552ea9c..dc6d387d1ab 100644 --- a/math/p5-Math-SymbolicX-Statistics-Distributions/pkg-descr +++ b/math/p5-Math-SymbolicX-Statistics-Distributions/pkg-descr @@ -1,20 +1,20 @@ -This module offers easy access to formulas for a few often-used -distributions. For that, it uses the Math::Symbolic module which gives the +This module offers easy access to formulas for a few often-used +distributions. For that, it uses the Math::Symbolic module which gives the user an opportunity to manufacture distributions to his liking. -The module can be used in two styles: It has a procedural interface which -is demonstrated in the first half of the synopsis. But it also features a -wholly different interface: It can modify the Math::Symbolic parser so -that you can use the distributions right inside strings that will be -parsed as Math::Symbolic trees. This is demonstrated for very simple cases +The module can be used in two styles: It has a procedural interface which +is demonstrated in the first half of the synopsis. But it also features a +wholly different interface: It can modify the Math::Symbolic parser so +that you can use the distributions right inside strings that will be +parsed as Math::Symbolic trees. This is demonstrated for very simple cases in the second half of the synopsis. -All arguments in both interface styles are optional. Whichever expression -is used instead of, for examle 'mean', is plugged into the formula for the -distribution as a Math::Symbolic tree. Details on argument handling are +All arguments in both interface styles are optional. Whichever expression +is used instead of, for examle 'mean', is plugged into the formula for the +distribution as a Math::Symbolic tree. Details on argument handling are explained below. -Please see the section on Export for details on how to choose the +Please see the section on Export for details on how to choose the interface style you want to use. WWW: http://search.cpan.org/dist/Math-SymbolicX-Statistics-Distributions/ |