Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes typo
  • Loading branch information
namasme committed Oct 6, 2018
1 parent b620e94 commit 1c884f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/math.pod6
Expand Up @@ -84,7 +84,7 @@ mathematical notation.
Perl 6 can do arithmetic using different data types. L<Num>, L<Rat> and
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)>
(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
imprecissions of their arithmetic. However, they constitute an approximate enough, computer friendly version of such mathematical objects for most of the cases).
imprecisions of their arithmetic. However, they constitute an approximate enough, computer friendly version of such mathematical objects for most of the cases).
The equivalent mathematical fields are:
=begin table
Expand Down

0 comments on commit 1c884f9

Please sign in to comment.