Hindu–Arabic numeral systemThe Hindu–Arabic numeral system or Indo-Arabic numeral system (also called the Hindu numeral system or Arabic numeral system) is a positional decimal numeral system, and is the most common system for the symbolic representation of numbers in the world. It was invented between the 1st and 4th centuries by Indian mathematicians. The system was adopted in Arabic mathematics by the 9th century. It became more widely known through the writings of the Persian mathematician Al-Khwārizmī (On the Calculation with Hindu Numerals, 825) and Arab mathematician Al-Kindi (On the Use of the Hindu Numerals, 830).
Babylonian cuneiform numeralsAssyro-Chaldean Babylonian cuneiform numerals were written in cuneiform, using a wedge-tipped reed stylus to make a mark on a soft clay tablet which would be exposed in the sun to harden to create a permanent record. The Babylonians, who were famous for their astronomical observations, as well as their calculations (aided by their invention of the abacus), used a sexagesimal (base-60) positional numeral system inherited from either the Sumerian or the Akkadian civilizations.
VigesimalA vigesimal (vɪˈdʒɛsɪməl) or base-20 (base-score) numeral system is based on twenty (in the same way in which the decimal numeral system is based on ten). Vigesimal is derived from the Latin adjective vicesimus, meaning 'twentieth'. In a vigesimal place system, twenty individual numerals (or digit symbols) are used, ten more than in the decimal system. One modern method of finding the extra needed symbols is to write ten as the letter (the 20 means base ), to write nineteen as , and the numbers between with the corresponding letters of the alphabet.
Positional notationPositional notation (or place-value notation, or positional numeral system) usually denotes the extension to any base of the Hindu–Arabic numeral system (or decimal system). More generally, a positional system is a numeral system in which the contribution of a digit to the value of a number is the value of the digit multiplied by a factor determined by the position of the digit. In early numeral systems, such as Roman numerals, a digit has only one value: I means one, X means ten and C a hundred (however, the value may be negated if placed before another digit).
Roman numeralsRoman numerals are a numeral system that originated in ancient Rome and remained the usual way of writing numbers throughout Europe well into the Late Middle Ages. Numbers are written with combinations of letters from the Latin alphabet, each letter with a fixed integer value. Modern style uses only these seven: The use of Roman numerals continued long after the decline of the Roman Empire. From the 14th century on, Roman numerals began to be replaced by Arabic numerals; however, this process was gradual, and the use of Roman numerals persists in some applications to this day.
HexadecimalIn mathematics and computing, the hexadecimal (also base-16 or simply hex) numeral system is a positional numeral system that represents numbers using a radix (base) of sixteen. Unlike the decimal system representing numbers using ten symbols, hexadecimal uses sixteen distinct symbols, most often the symbols "0"–"9" to represent values 0 to 9, and "A"–"F" (or alternatively "a"–"f") to represent values from ten to fifteen. Software developers and system designers widely use hexadecimal numbers because they provide a human-friendly representation of binary-coded values.