Jump to content

Arithmetic shift

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 213.253.40.156 (talk) at 15:51, 25 February 2002 (from Federal Standard 1037C). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In telecommunication, an arithmetic shift is a shift, applied to the representation of a number in a fixed radix numeration system and in a fixed-point representation system, and in which only the characters representing the fixed-point part of the number are moved. An arithmetic shift is usually equivalent to multiplying the number by a positive or a negative integral power of the radix, except for the effect of any rounding; compare the logical shift with the arithmetic shift, especially in the case of floating-point representation.

Source: from Federal Standard 1037C