< < |
|
> > |
|
|
A boundary number is a point at which a computer program either reaches the limits of its capabilities, or starts behaving strangely. For example, the YearTwoThousand? was a boundary number. The most common boundary numbers are PowersOfTwo?. This is because computers use BinaryArithmetic?, and therefore tend to allocate storage and set other limits at those sizes.
Examples:
|
|
| 15 | ThirtyTwoThousand? |
| 16 | SixtyFourThousand? |
| 24 | SixteenMillion? |
|
< < |
|
> > |
|
|
|
< < |
Note that most of these exponents are, themselves, either powers of two (UnsignedNumbers) or a power of two minus one (SignedNumbers).
|
> > |
Note that most of these exponents are, themselves, either powers of two (UnsignedNumbers) or a power of two minus one (SignedNumbers).
|
|
-- KirkStrauser - 20 Mar 2003
|
> > |
| META TOPICMOVED | KirkStrauser? | date="1069521867" from="Main.BoundaryNumber" to="Computing.BoundaryNumber" |
|