You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mathematical expression in the L<Wikipedia entry|https://en.wikipedia.org/wiki/Algebra_of_sets>.
60
59
61
60
We can even test de Morgan's law, as in the code below:
62
61
@@ -84,9 +83,7 @@ mathematical notation.
84
83
=head1Arithmetic.
85
84
86
85
Perl 6 can do arithmetic using different data types. L<Num>, L<Rat> and
87
-
L<Complex> can all operate as a L<field under the operations addition,
88
-
subtraction, multiplication and
89
-
division|https://en.wikipedia.org/wiki/Field_(mathematics)>. The equivalent
86
+
L<Complex> can all operate as a L<field under the operations addition, subtraction, multiplication and division|https://en.wikipedia.org/wiki/Field_(mathematics)>. The equivalent
90
87
mathematical fields are:
91
88
92
89
=begintable
@@ -99,8 +96,8 @@ C<Complex> ℂ
99
96
100
97
The C<Int>s, although technically corresponding to Z, is not really a
101
98
mathematical field since they are not closed under the four arithmetical
102
-
operations, and integers do not satisfy theL<identity
See also L<this article on class introspection|https://perl6advent.wordpress.com/2015/12/19/day-19-introspection/>
471
469
on how to access class properties and methods, and use it to generate test data
472
-
for a class; this L<Advent Calendar article describes the meta-object protocol>
470
+
for a class; this L<Advent Calendar article describes the meta-object protocol|https://perl6advent.wordpress.com/2010/12/22/day-22-the-meta-object-protocol/>
0 commit comments