previous up next
Go backward to Examples
Go up to Top
Go forward to Example: Binary Number Representation
RISC-Linz logo

Example: Decimal Number Representation

Let a := [3, 1, 2, 9, 0, 7]. We have

(sum0 <= i <= 5 ai*10i) = 709213.

In general, for any finite sequence d of "decimal digits" the term

(sum0 <= i < length(d) di*10i)

denotes the value of this sequence in the decimal number system.


Author: Wolfgang Schreiner
Last Modification: November 16, 1999

previous up next