[svn:perlfaq] r8420 - perlfaq/trunk
[email protected] Fri, 22 Dec 2006 11:48:57 -0800 (PST)
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
Author: comdog Date: Fri Dec 22 11:48:56 2006 New Revision: 8420 Modified: perlfaq/trunk/perlfaq4.pod Log: * Why am I getting long decimals (eg, 19.9499999999999) instead of the numbers I should be getting (eg, 19.95)? + fix for subject-verb agreement Modified: perlfaq/trunk/perlfaq4.pod ============================================================================== --- perlfaq/trunk/perlfaq4.pod (original) +++ perlfaq/trunk/perlfaq4.pod Fri Dec 22 11:48:56 2006 @@ -17,7 +17,7 @@ problem with how computers store numbers and affects all computer languages, not just Perl. -L<perlnumber> show the gory details of number representations and +L<perlnumber> shows the gory details of number representations and conversions. To limit the number of decimal places in your numbers, you can use the