Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
One more broken NaN link.
  • Loading branch information
cfa committed Jan 6, 2019
1 parent cf5689b commit 4a8b1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/numerics.pod6
Expand Up @@ -275,7 +275,7 @@ produces a L<Failure|/type/Failure>, while L<Complex|/type/Complex> division by
components, regardless of what the numerator is.
As of 6.e language, both L<Num|/type/Num> and L<Complex|/type/Complex> division by zero will produce a
-L<Inf|/type/Num#Inf>, C<+Inf>, or L<NaN|/type/NaN> depending on whether the numerator was
-L<Inf|/type/Num#Inf>, C<+Inf>, or L<NaN|/type/Num#NaN> depending on whether the numerator was
negative, positive, or zero, respectively (for L<Complex|/type/Complex> the real and imaginary
components are L<Num|/type/Num> and are considered separately).
Expand Down

0 comments on commit 4a8b1c4

Please sign in to comment.