aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Quantum-Superpositions
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 /lang/p5-Quantum-Superpositions
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 'lang/p5-Quantum-Superpositions')
-rw-r--r--lang/p5-Quantum-Superpositions/pkg-descr20
1 files changed, 10 insertions, 10 deletions
diff --git a/lang/p5-Quantum-Superpositions/pkg-descr b/lang/p5-Quantum-Superpositions/pkg-descr
index 4c7f55f12f4e..0f3210070773 100644
--- a/lang/p5-Quantum-Superpositions/pkg-descr
+++ b/lang/p5-Quantum-Superpositions/pkg-descr
@@ -1,21 +1,21 @@
-The Quantum::Superpositions module adds two new operators to Perl: any and
+The Quantum::Superpositions module adds two new operators to Perl: any and
all.
-Each of these operators takes a list of values (states) and superimposes
-them into a single scalar value (a superposition), which can then be
+Each of these operators takes a list of values (states) and superimposes
+them into a single scalar value (a superposition), which can then be
stored in a standard scalar variable.
-The any and all operators produce two distinct kinds of superposition. The
-any operator produces a disjunctive superposition, which may (notionally)
-be in any one of its states at any time, according to the needs of the
+The any and all operators produce two distinct kinds of superposition. The
+any operator produces a disjunctive superposition, which may (notionally)
+be in any one of its states at any time, according to the needs of the
algorithm that uses it.
-In contrast, the all operator creates a conjunctive superposition, which
+In contrast, the all operator creates a conjunctive superposition, which
is always in every one of its states simultaneously.
-Superpositions are scalar values and hence can participate in arithmetic
-and logical operations just like any other type of scalar. However, when
-an operation is applied to a superposition, it is applied (notionally) in
+Superpositions are scalar values and hence can participate in arithmetic
+and logical operations just like any other type of scalar. However, when
+an operation is applied to a superposition, it is applied (notionally) in
parallel to each of the states in that superposition.
WWW: http://search.cpan.org/dist/Quantum-Superpositions/