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
Copy file name to clipboardExpand all lines: doc/Language/math.pod6
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,9 @@ mathematical notation.
82
82
=head1Arithmetic
83
83
84
84
Perl 6 can do arithmetic using different data types. L<Num>, L<Rat> and
85
-
L<Complex> can all operate as a L<field under the operations of addition, subtraction, multiplication and division|https://en.wikipedia.org/wiki/Field_(mathematics)>.
85
+
L<Complex> can all operate as a L<field under the operations of addition, subtraction, multiplication and division|https://en.wikipedia.org/wiki/Field_(mathematics)>
86
+
(technically, it should be noted that data types dealing with floating point number representations are not a field in the mathematical sense due to the inherent
87
+
imprecisions of their arithmetic. However, they constitute an approximate enough, computer friendly version of such mathematical objects for most of the cases).
86
88
The equivalent mathematical fields are:
87
89
88
90
=begintable
@@ -93,12 +95,10 @@ Num ℝ
93
95
Complex ℂ
94
96
=endtable
95
97
96
-
The C<Int>s, although technically corresponding to Z, is not really a
97
-
mathematical field since they are not closed under the four arithmetical
0 commit comments