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-Sequence | |
parent | e127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff) | |
download | freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.gz freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.zst freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.zip |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'math/p5-Math-Sequence')
-rw-r--r-- | math/p5-Math-Sequence/pkg-descr | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/math/p5-Math-Sequence/pkg-descr b/math/p5-Math-Sequence/pkg-descr index 057d09007f85..f3980b7781e3 100644 --- a/math/p5-Math-Sequence/pkg-descr +++ b/math/p5-Math-Sequence/pkg-descr @@ -1,22 +1,22 @@ -Math::Sequence defines a class for simple mathematic sequences with a -recursive definition such as x_(n+1) = 1 / (x_n + 1). Creation of a -Math::Sequence object is described below in the paragraph about the +Math::Sequence defines a class for simple mathematic sequences with a +recursive definition such as x_(n+1) = 1 / (x_n + 1). Creation of a +Math::Sequence object is described below in the paragraph about the constructor. -Math::Sequence uses Math::Symbolic to parse and modify the recursive -sequence definitions. That means you specify the sequence as a string -which is parsed by Math::Symbolic. Alternatively, you can pass the +Math::Sequence uses Math::Symbolic to parse and modify the recursive +sequence definitions. That means you specify the sequence as a string +which is parsed by Math::Symbolic. Alternatively, you can pass the constructor a Math::Symbolic tree directly. -Because Math::Sequence uses Math::Symbolic for its implementation, all -results will be Math::Symbolic objects which may contain other variables +Because Math::Sequence uses Math::Symbolic for its implementation, all +results will be Math::Symbolic objects which may contain other variables than the sequence variable itself. -Each Math::Sequence object is an iterator to iterate over the elements of -the sequence starting at the first element (which was specified by the -starting element, the second argument to the new() constructor). It offers -facilities to cache all calculated elements and access any element -directly, though unless the element has been cached in a previous +Each Math::Sequence object is an iterator to iterate over the elements of +the sequence starting at the first element (which was specified by the +starting element, the second argument to the new() constructor). It offers +facilities to cache all calculated elements and access any element +directly, though unless the element has been cached in a previous calculation, this is just a shortcut for repeated use of the iterator. WWW: http://search.cpan.org/dist/Math-Sequence/ |