Positional notation
Positional notation is the system behind every number you write, type, or read today. It is so woven into daily life that its absence is almost impossible to imagine. Yet for most of human history, it did not exist. Before it arrived in western Europe, even the smartest merchants and scholars had to rely on counting stones, abacuses, and numeral systems so cumbersome that long division was a professional skill. The invention that changed all of that was not a machine, not a building, and not a law. It was a simple agreement: the value of a symbol depends on where you put it.
The questions worth sitting with are these. Why did it take so long for humanity to land on such an obvious idea? Which civilizations got there first, and how? And why does the number 60, ancient as it is, still govern the way you check the time on your phone right now?
Roman numerals are perhaps the most familiar example of what came before positional notation. In an additive system like the one Rome used, every symbol carries a fixed value, and a numeral's meaning is simply the sum of those fixed values. Position plays no role. The contrast with the Hindu-Arabic system becomes sharp when you write the same number in both: the Hindu-Arabic version requires fewer symbols and makes arithmetic far easier to perform on paper.
Accountants and merchants who worked before positional notation spread through Europe did not calculate with pen and paper at all. They used the abacus or stone counters, then recorded starting and final values in additive notation. That method required no memorization of multiplication tables, since the physical arrangement of beads did the grouping work. Positional notation demanded something the abacus did not: that the writer remember place values and carry operations mentally. The payoff, once the leap was made, was that arithmetic computations became dramatically simpler than with any older system. That simplicity explains why the notation spread rapidly after it reached western Europe.
Babylonian astronomers and scribes, working in a base-60 system, produced the first positional numeral system ever developed. Base-60 was not arbitrary. Its influence persists in the fact that an hour contains 60 minutes and a circle contains 360 degrees, both of which trace directly back to Babylonian counting conventions.
The Babylonian system had a significant flaw, however. It lacked a true zero. In the early centuries of use, a missing position was simply inferred from context. By around 700 BC, scribes began inserting a space or a punctuation symbol, such as two slanted wedges, between numerals to mark an absent position. That placeholder was not a genuine zero because it never appeared alone or at the end of a number. As a result, a numeral for 2 and a numeral for 120 could look identical, differing only in the context surrounding them. That ambiguity would haunt the system throughout its life.
Hellenistic and Roman astronomers later adopted the Babylonian base-60 framework for their own sky calculations, carrying the system forward even as other aspects of ancient mathematics changed.
The oldest surviving physical records of positional notation are split between two traditions. Chinese rod numerals, used on counting boards with physical rods, show positional usage from at least the early 8th century. Khmer numerals from Southeast Asia show possible positional use a century earlier, in the 7th century. Both traditions descend from the Brahmi numerals of around the 3rd century BC, which at the time were not used positionally.
The Inca, working in a completely separate tradition, tied knots in cords called quipu to store numbers in a decimal positional system. Their method encoded not just counts but other values, using the position of a knot along the cord to determine its magnitude.
Decimal fractions, the extension of positional thinking to numbers smaller than one, followed a separate path. Chinese mathematicians developed and used them in the 1st century BC through rod calculus. The scholar J. Lennart Berggren identified Abu'l-Hasan al-Uqlidisi, working in Damascus in the mid-10th century, as a mathematician who used positional decimal fractions. The Jewish mathematician Immanuel Bonfils used decimal fractions around 1350, though without developing a notation for them. The Persian mathematician Jamshid al-Kashi adopted their use in the 15th century, and his work "Arithmetic Key" employed the fraction form with a numerator on top and a denominator at the bottom without a horizontal bar, the same form al-Uqlidisi had used.
Archimedes, living from roughly 287 to 212 BC, devised a decimal positional system based on powers of 10 to the 8th in his work the Sand Reckoner. The 19th-century German mathematician Carl Gauss would later lament that if only Archimedes had pushed further toward something resembling the modern decimal system, science might have advanced far sooner.
Europe's adoption of positional fractions was a slower affair than its adoption of positional integers. The German astronomer Regiomontanus made an early contribution by expressing trigonometric line segments in units structured around powers of ten, a move that the historian E. J. Dijksterhuis identified as anticipating the full theory of decimal positional fractions. Simon Stevin's textbook De Thiende is often credited with bringing decimal fractions into European practice, but Stevin himself acknowledged Regiomontanus's prior work. Dijksterhuis's verdict was that Stevin gave full credit to Regiomontanus, describing the German astronomer's trigonometric tables as containing the whole theory of what Stevin called "numbers of the tenth progress."
After the French Revolution, which ran from 1789 to 1799, the new French government pushed hard to extend decimal thinking into everyday life. Some of those efforts failed: decimal time and a decimal calendar never caught on. Others succeeded globally: the decimalisation of currency and the metrication of weights and measures spread from France to nearly the entire world.
Base-10 dominates today, presumably because humans have ten fingers, but base-20 runs a close second in the historical record. The Maya civilization and other pre-Columbian Mesoamerican societies used base-20, as did several North American tribal groups and languages across central and western Africa. The Gettysburg Address opens with "Four score and seven years ago," preserving a base-20 count in a document from 1863. Verse 10 of Psalm 90 in the King James Version of the Bible counts lifespan in "threescore years and ten."
Remnants of a Gaulish base-20 system survive in modern French: eighty-two is quatre-vingt-deux, literally "four twenties and two," and ninety-two is quatre-vingt-douze, "four twenties and twelve." The Welsh language still actively uses base-20 for ages, dates, and common phrases. The Inuit languages use a base-20 counting system, and students from Kaktovik, Alaska invented a base-20 numeral system in 1994.
Base-12 earned admirers because of its mathematical convenience. Twelve divides evenly by more small numbers than ten does, making it the smallest common multiple of one, two, three, four, and six. English preserves the word "dozen" and, by analogy with "hundred" for ten squared, developed "gross" for twelve squared. The old British pound sterling partially ran on base-12: twelve pence made a shilling, twenty shillings made a pound, giving 240 pence to the pound.
The Yuki tribe of Northern California devised an octal, or base-8, system by counting the spaces between fingers rather than the fingers themselves. The Telefol language of Papua New Guinea is notable for using base-27. In the Egyptian Old Kingdom, from 3000 BC to around 2050 BC, a binary system was used for fractions, approximating values smaller than one as sums of successive halves down to one sixty-fourth, a system called the Eye of Horus.
Binary, base-2, is used in almost all computers and electronic devices. The reason is practical: two states, on and off, are far easier to implement reliably in electronic circuits than ten. Every four binary digits map to exactly one hexadecimal digit, which is why programmers working in base-16 use the letters A through F to represent the values ten through fifteen, keeping each position a single character.
Octal, base-8, offers another shorthand: every three binary digits map to one octal digit. Hexadecimal, decimal, octal, and many other bases have been put to use in binary-to-text encoding and in implementations of arbitrary-precision arithmetic. The conversion between bases follows a mechanical process of repeated division or, alternatively, polynomial evaluation using Horner's method, which carries the same computational complexity as repeated division but avoids the need for expensive modulus operations by replacing them with a lookup table and shift operations.
Up Next
Common questions
What is positional notation and how does it differ from additive numeral systems?
Positional notation is a numeral system in which each symbol's value depends on both the symbol itself and its position within a written number, with each position representing a power of a fixed base. Additive systems such as Roman numerals assign a fixed value to each symbol regardless of position, so the total is simply the sum of all symbol values. Positional systems make arithmetic far simpler because calculations follow consistent place-value rules rather than requiring symbol-by-symbol addition.
Which civilization developed the first positional numeral system?
The Babylonian numeral system, which used base-60, is credited as the first positional numeral system. It lacked a true zero: by around 700 BC, Babylonian scribes indicated a missing position with a space or a punctuation symbol such as two slanted wedges, but this placeholder was never used alone or at the end of a number.
Why does positional notation use base-60 for time and angles?
The use of 60 minutes in an hour and 360 degrees in a circle traces directly to the Babylonian base-60 numeral system. Hellenistic and Roman astronomers adopted the Babylonian base-60 framework for their calculations, and those conventions passed into the measurement of time and angles that remain standard today.
Who developed decimal fractions and when were they first used?
Chinese mathematicians first developed and used decimal fractions in the 1st century BC through rod calculus. The mathematician Abu'l-Hasan al-Uqlidisi was using positional decimal fractions in Damascus by the mid-10th century. In Europe, Simon Stevin's textbook De Thiende is often credited with popularising decimal fractions, though Stevin himself credited the German astronomer Regiomontanus as an important predecessor.
Why do modern computers use binary, or base-2, positional notation?
Computers use binary because two states, on and off, are far easier to implement reliably in electronic circuits than ten. Every four binary digits correspond to exactly one hexadecimal digit, so programmers use base-16 as a compact shorthand for binary values.
Which cultures historically used base-20 counting systems?
The Maya civilization and other pre-Columbian Mesoamerican societies used base-20, as did several North American tribal groups and languages of central and western Africa. Remnants survive in modern French number words, in the Welsh language, in the Inuit languages, and in English expressions such as "fourscore." Students from Kaktovik, Alaska independently invented a base-20 numeral system in 1994.
All sources
15 references cited across the entry
- 1BookThe Nothing That Is: A Natural History of ZeroRobert Kaplan — Oxford University Press — 2000
- 4BookScience and Civilisation in China, Volume III, Mathematics and the Sciences of the Heavens and the EarthJoseph Needham — Cambridge University Press — 1959
- 5BookThe Mathematics of Egypt, Mesopotamia, China, India, and Islam: A SourcebookJ. Lennart Berggren — Princeton University Press — 2007
- 6JournalA Chinese Genesis, Rewriting the history of our numeral systemLam Lay Yong
- 7BookA History of Algebra. From Khwarizmi to Emmy NoetherB. L. van der Waerden — Springer-Verlag — 1985
- 8Decimal Number System2020-04-16
- 10BookComputer Algebra: Symbolic and Algebraic ComputationG. E. Collins et al. — Springer — 1983
- 11VinculumEric W. Weisstein
- 13Mathematical Cuneiform TextsOtto Neugebauer et al. — American Oriental Society and the American Schools of Oriental Research — 1945
- 14JournalMaking the Old Way CountWm. Clark Bartley — January–February 1997
- 15Pi in the sky: counting, thinking, and beingJohn D. Barrow — Clarendon Press — 1992