Icon

Decimal representation

An decimal representation is a number written using Base 10. Each digit may have only one of 10 possible values (0 through 9). The decimal number system is the most familiar and widely used among humans; computers tend to use binary representations internally, and programmers are often work with hexadecimal and octal representations.

Appending a zero to the right-hand side of a decimal representation multiplies it by 10.

See also

bases

binary representation

hexadecimal representation

octal representation