Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a couple more broken links.
  • Loading branch information
cfa committed Jan 6, 2019
1 parent f206900 commit cf5689b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Language/numerics.pod6
Expand Up @@ -69,9 +69,9 @@ say 42e0.^name; # OUTPUT: «Num␤»
say 42.0.^name; # OUTPUT: «Rat␤»
=end code
Case-sensitive words L<Inf|/type/Inf> and L<NaN|/type/NaN> represent the special values infinity and
Case-sensitive words L<Inf|/type/Num#Inf> and L<NaN|/type/Num#NaN> represent the special values infinity and
not-a-number respectively. The U+221E INFINITY (C<>) character can be used
instead of L<Inf|/type/Inf>:
instead of L<Inf|/type/Num#Inf>:
Perl 6 follows the
L<IEEE 754-2008 Standard for Floating-Point Arithmetic|https://en.wikipedia.org/wiki/IEEE_754> as much as possible, with
Expand Down Expand Up @@ -748,4 +748,4 @@ types get autoboxed and have the same infectiousness as their boxed variant.
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 comments on commit cf5689b

Please sign in to comment.