User Rating 0.0 โ˜…โ˜…โ˜…โ˜…โ˜…
Total Usage 0 times
Integer from 0 to 12,959,999
Comma-separated digits (each 0โ€“59)
Is this tool helpful?

Your feedback helps us improve.

โ˜… โ˜… โ˜… โ˜… โ˜…

About

The Babylonian number system operated on a base-60 (sexagesimal) positional framework, documented on clay tablets from roughly 2000 BCE onward. Each positional digit is expressed using only two mark types: a vertical wedge (๐’•) representing 1 and a corner wedge or Winkelhaken (๐’Œ‹) representing 10. Digits range from 0 to 59. A value like 75 in decimal becomes 1ร—60 + 15, written as one unit-wedge followed by one corner-wedge and five unit-wedges in the next lower place. Misreading positional place values or the absence of a zero marker led to genuine ambiguity on historical tablets. This tool computes exact sexagesimal decomposition and renders authentic cuneiform glyphs so the conversion is verifiable, not decorative.

The system lacked a true zero until the Seleucid era (c. 300 BCE), when a placeholder symbol appeared. This converter supports both conventions. Note: the tool approximates display for values up to 12,959,999 (604 โˆ’ 1). Fractional sexagesimal (used in Babylonian astronomy) is not handled here. For scholarly transliteration, always cross-reference with the original tablet context, as spacing between digit groups was the only delimiter available to ancient scribes.

babylonian numbers sexagesimal converter cuneiform numerals base 60 ancient number systems babylonian math

Formulas

Babylonian notation is positional base-60. A number N with k sexagesimal digits dkโˆ’1, dkโˆ’2, โ€ฆ, d0 expands as:

N = kโˆ’1โˆ‘i=0 di ร— 60i

where each digit di satisfies 0 โ‰ค di โ‰ค 59.

To convert decimal N to sexagesimal, extract digits by repeated Euclidean division:

di = N mod 60, โ€ƒ N โ† โŒŠN60โŒ‹

Each digit di is then decomposed into cuneiform marks: t = โŒŠdi รท 10โŒ‹ corner-wedges and u = di mod 10 vertical wedges.

Where N = input decimal integer, di = sexagesimal digit at position i, k = total number of sexagesimal places, t = count of ten-wedges (๐’Œ‹), u = count of unit-wedges (๐’•).

Reference Data

DecimalSexagesimalCuneiformNotes
11๐’•Single vertical wedge
1010๐’Œ‹Single corner wedge (Winkelhaken)
2323๐’Œ‹๐’Œ‹๐’•๐’•๐’•2 tens + 3 units in one place
5959๐’Œ‹๐’Œ‹๐’Œ‹๐’Œ‹๐’Œ‹๐’•๐’•๐’•๐’•๐’•๐’•๐’•๐’•๐’•Maximum single-place value
601,0๐’• ยท (empty)1ร—601
611,1๐’• ยท ๐’•1ร—60 + 1
751,15๐’• ยท ๐’Œ‹๐’•๐’•๐’•๐’•๐’•1ร—60 + 15
1202,0๐’•๐’• ยท (empty)2ร—60
36001,0,0๐’• ยท ยท 1ร—602
36611,1,1๐’• ยท ๐’• ยท ๐’•602 + 60 + 1
72452,0,45๐’•๐’• ยท ยท ๐’Œ‹๐’Œ‹๐’Œ‹๐’Œ‹๐’•๐’•๐’•๐’•๐’•2ร—3600 + 45
100002,46,40๐’•๐’• ยท ๐’Œ‹๐’Œ‹๐’Œ‹๐’Œ‹๐’•๐’•๐’•๐’•๐’•๐’• ยท ๐’Œ‹๐’Œ‹๐’Œ‹๐’Œ‹Common test value
2160001,0,0,0๐’• ยท ยท ยท 603
00(placeholder)Seleucid-era innovation
3606,0๐’•๐’•๐’•๐’•๐’•๐’• ยท Degrees in a circle origin
8640024,0,0๐’Œ‹๐’Œ‹๐’•๐’•๐’•๐’• ยท ยท Seconds in a day

Frequently Asked Questions

The prevailing theory points to the high divisibility of 60. It has 12 factors (1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, 60), making fractions like 13 and 14 expressible as finite sexagesimal expansions. Another hypothesis involves the merger of a base-5 and base-12 counting tradition from two Sumerian groups. The legacy persists in 360ยฐ circles and 60-minute hours.
Old Babylonian tablets (c. 2000 - 1600 BCE) left an empty space for a missing positional digit, creating genuine ambiguity: 1,0,1 and 1,1 could be confused. The Seleucid-era placeholder (c. 300 BCE) used a double-oblique-wedge mark. This converter renders zero positions with a distinct placeholder glyph and visually separates digit groups so no ambiguity arises.
The tool handles values from 0 to 12,959,999, which equals 604 โˆ’ 1. This corresponds to four sexagesimal places, which already exceeds most values found on surviving cuneiform tablets. Administrative texts rarely exceeded 603 (216,000). Extending beyond four places would be historically unusual and make glyph rendering impractically wide.
Historically, Babylonians did use sexagesimal fractions extensively in astronomical computations. A value like 0;30 meant 3060 = 0.5. This converter handles integers only. Negative numbers did not exist in Babylonian mathematics. If fractional support is needed, the same algorithm applies below the sexagesimal point with negative powers of 60.
The wedge glyphs rendered here are stylized representations of the two fundamental marks: the vertical wedge (units) and the Winkelhaken or corner wedge (tens). Actual tablet impressions varied by scribe, reed stylus angle, clay moisture, and regional tradition. The tool preserves the correct count and grouping of marks, which is the mathematically significant information. For paleographic fidelity, consult the Cuneiform Digital Library Initiative (CDLI) tablet photographs.
Scholars use several conventions. The most common uses commas to separate sexagesimal places (e.g., 1,30 for 90) and a semicolon for the sexagesimal point. Some texts use spaces or periods. This converter uses commas for integer digit separation, consistent with the notation in Neugebauer's standard reference works on Babylonian mathematics.