In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f38a07a3f84aecc3cae5ca05af09c3f48ee61ddc?hp=e7e8a34938ff589c7ca942b39bfe4021592e9e22>
- Log ----------------------------------------------------------------- commit f38a07a3f84aecc3cae5ca05af09c3f48ee61ddc Author: Aaron Crane <[email protected]> Date: Tue Jul 12 11:39:52 2016 +0100 pod/perldata.pod: fix tiny typo ----------------------------------------------------------------------- Summary of changes: pod/perldata.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldata.pod b/pod/perldata.pod index 0ff6534..30d03f7 100644 --- a/pod/perldata.pod +++ b/pod/perldata.pod @@ -538,7 +538,7 @@ The infinity and not-a-number have their own special arithmetic rules. The general rule is that they are "contagious": C<Inf> plus one is C<Inf>, and C<NaN> plus one is C<NaN>. Where things get interesting is when you combine infinities and not-a-numbers: C<Inf> minus C<Inf> -and C<Inf> divided by C<INf> are C<NaN> (while C<Inf> plus C<Inf> is +and C<Inf> divided by C<Inf> are C<NaN> (while C<Inf> plus C<Inf> is C<Inf> and C<Inf> times C<Inf> is C<Inf>). C<NaN> is also curious in that it does not equal any number, I<including> itself: C<NaN> != C<NaN>. -- Perl5 Master Repository
