Also clarify the fact that these refer to the literal strings that get
output when stringifying infinite and not-a-numer values, not to the
values themselves.
Floating point values are able to hold the special values infinity, negative
infinity, and NaN (not-a-number). Now we more robustly recognize and
-propagate the value in computations, and on output normalize them to
-an infinite value or not-a-number.
+propagate the value in computations, and on output normalize them to the strings
+C<Inf>, C<-Inf>, and C<NaN>.
See also the L<POSIX> enhancements.