X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlnumber.pod;h=44d921cfe6334ecd0937c6169487c44349486fb4;hb=47dafe4d9a4e294fab4b6131bb296dc386e0dcbc;hp=9f628cc9a89f5ccc4636bd3afd29ae67a1f5fe2a;hpb=b38f6a391036f7db7d1fabe868dff4ea8261a014;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlnumber.pod b/pod/perlnumber.pod index 9f628cc..44d921c 100644 --- a/pod/perlnumber.pod +++ b/pod/perlnumber.pod @@ -36,10 +36,10 @@ The term "native" does not mean quite as much when we talk about native integers, as it does when native floating point numbers are involved. The only implication of the term "native" on integers is that the limits for the maximal and the minimal supported true integral quantities are close to -powers of 2. However, for "native" floats have a most fundamental +powers of 2. However, "native" floats have a most fundamental restriction: they may represent only those numbers which have a relatively "short" representation when converted to a binary fraction. For example, -0.9 cannot be respresented by a native float, since the binary fraction +0.9 cannot be represented by a native float, since the binary fraction for 0.9 is infinite: binary0.1110011001100... @@ -59,7 +59,7 @@ finite decimal expansion. Being strings, and thus of arbitrary length, there is no practical limit for the exponent or number of decimal digits for these numbers. (But realize that what we are discussing the rules for just the I of these numbers. The fact that you can store such "large" numbers -does not mean that that the I over these numbers will use all +does not mean that the I over these numbers will use all of the significant digits. See L<"Numeric operators and numeric conversions"> for details.) @@ -91,7 +91,7 @@ Six such conversions are possible: These conversions are governed by the following general rules: -=over +=over 4 =item * @@ -141,7 +141,7 @@ argument as in modular arithmetic, e.g., C on a 32-bit architecture. C therefore provides the same result as C. -=over +=over 4 =item Arithmetic operators except, C