Decimal separator


FIle:Decimal separators.svg|thumb|alt=Four types of separating decimals: a) 1,234.56. b) 1.234,56. c) 1'234,56. d) ١٬٢٣٤٫٥٦.|Both a comma and a full stop are generally accepted decimal separators for international use. The apostrophe and Arabic decimal separator are also used in certain contexts.
A decimal separator is a symbol that separates the integer part from the fractional part of a number written in decimal form. Different countries officially designate different symbols for use as the separator. The choice of symbol can also affect the choice of symbol for the thousands separator used in digit grouping.
Any such symbol can be called a decimal mark, decimal marker, or decimal sign. Symbol-specific names are also used; decimal point and decimal comma refer to a dot and comma respectively, when it is used as a decimal separator; these are the usual terms used in English, with the aforementioned generic terms reserved for abstract usage.
In many contexts, when a number is spoken, the function of the separator is assumed by the spoken name of the symbol: comma or point in most cases. In some specialized contexts, the word decimal is instead used for this purpose. In mathematics, the decimal separator is a type of radix point, a term that also applies to number systems with bases other than ten.

History

Hellenistic–Renaissance eras

In the Middle Ages, before printing, a bar over the units digit was used to separate the integral part of a number from its fractional part, as in 995. A similar notation remains in common use as an underbar to superscript digits, especially for monetary values without a decimal separator, as in 99. Later, a "separatrix" between the units and tenths position became the norm among Arab mathematicians, while an L-shaped or vertical bar served as the separatrix in England. When this character was typeset, it was convenient to use the existing comma or full stop instead.
Positional decimal fractions appear for the first time in a book by the Arab mathematician Abu'l-Hasan al-Uqlidisi written in the 10th century. The practice is ultimately derived from the decimal Hindu–Arabic numeral system used in Indian mathematics, and popularized by the Persian mathematician Al-Khwarizmi, when Latin translation of his work on the Indian numerals introduced the decimal positional number system to the Western world. His Compendious Book on Calculation by Completion and Balancing presented the first systematic solution of linear and quadratic equations in Arabic.
Gerbert of Aurillac marked triples of columns with an arc, when using his Hindu–Arabic numeral-based abacus in the 10th century. Fibonacci followed this convention when writing numbers, such as in his influential work Liber Abaci in the 13th century.
The earliest known record of using the decimal point is in the astronomical tables compiled by the Italian merchant and mathematician Giovanni Bianchini in the 1440s.
Tables of logarithms prepared by John Napier in 1614 and 1619 used the period as the decimal separator, which was then adopted by Henry Briggs in his influential 17th century work.
In France, the full stop was already in use in printing to make Roman numerals more readable, so the comma was chosen.
Many other countries, such as Italy, also chose to use the comma to mark the decimal units position. It has been made standard by the ISO for international blueprints. However, English-speaking countries took the comma to separate sequences of three digits. In some countries, a raised dot or dash may be used for grouping or decimal separator; this is particularly common in handwriting.

English-speaking countries

In the United States, the full stop or period is used as the standard decimal separator.
In the nations of the British Empire, the full stop could be used in typewritten material and its use was not banned, although the interpunct was preferred as a decimal separator, in printing technologies that could accommodate it, e.g. However, as the mid dot was already in common use in the mathematics world to indicate multiplication, the SI rejected its use as the decimal separator.
During the beginning of British metrication in the late 1960s and with impending currency decimalisation, there was some debate in the United Kingdom as to whether the decimal comma or decimal point should be preferred: the British Standards Institution and some sectors of industry advocated the comma and the Decimal Currency Board advocated for the point. In the event, the point was chosen by the Ministry of Technology in 1968.
When South Africa adopted the metric system, it adopted the comma as its decimal separator, although a number of house styles, including some English-language newspapers such as The Sunday Times, continue to use the full stop.
Previously, signs along California roads expressed distances in decimal numbers with the decimal part in superscript, as in 37, meaning 3.7. Though California has since transitioned to mixed numbers with common fractions, the older style remains on postmile markers and bridge inventory markers.

Constructed languages

The three most spoken international auxiliary languages, Ido, Esperanto, and Interlingua, all use the comma as the decimal separator.
Interlingua has used the comma as its decimal separator since the publication of the Interlingua Grammar in 1951.
Esperanto also uses the comma as its official decimal separator, whilst thousands are usually separated by non-breaking spaces. It is possible to separate thousands by a full stop, though this is not as common.
Ido's Kompleta Gramatiko Detaloza di la Linguo Internaciona Ido officially states that commas are used for the decimal separator whilst full stops are used to separate thousands, millions, etc. So the number 12,345,678.90123, for instance, would be written 12.345.678,90123 in Ido.
The 1931 grammar of Volapük uses the comma as its decimal separator but, somewhat unusually, the middle dot as its thousands separator.
In 1958, disputes between European and American delegates over the correct representation of the decimal separator nearly stalled the development of the ALGOL computer programming language. ALGOL ended up allowing different decimal separators, but most computer languages and standard data formats specify a dot. C++ and a few others permit a quote as a thousands separator, while others like Python and Julia only allow '_' as such a separator

Radix point

In mathematics and computing, a radix point or radix character is a symbol used in the display of numbers to separate the integer part of the value from its fractional part. In English and many other languages, the integer part is at the left of the radix point, and the fraction part at the right of it.
A radix point is most often used in decimal notation, when it is more commonly called the decimal point. In English-speaking countries, the decimal point is usually a small dot placed either on the baseline, or halfway between the baseline and the top of the digits
In many other countries, the radix point is a comma placed on the baseline.
These conventions are generally used both in machine displays and in handwriting. It is important to know which notation is being used when working in different software programs. The respective ISO 31-0 standard defines both the comma and the small dot as decimal markers, but does not explicitly define universal radix marks for bases other than 10.
Fractional numbers are rarely displayed in other number bases, but, when they are, a radix character may be used for the same purpose. When used with the binary representation, it may be called "binary point".

Current international standards

The 22nd General Conference on Weights and Measures declared in 2003, "The symbol for the decimal marker shall be either the point on the line or the comma on the line." It further reaffirmed,
That is, "" is preferred over "1,000,000,000" or "1.000.000.000". This use has therefore been recommended by technical organizations, such as the United States's National Institute of Standards and Technology.
Past versions of ISO 8601, but not the 2019 revision, also stipulated normative notation based on SI conventions, adding that the comma is preferred over the full stop.
ISO 80000-1 stipulates, "The decimal sign is either a comma or a point on the line." The standard does not stipulate any preference, observing that usage will depend on customary usage in the language concerned, but adds a note that as per ISO/IEC directives, all ISO standards should use the comma as the decimal marker.

Digit grouping

For ease of reading, numbers with many digits may be divided into groups using a delimiter, such as comma, dot, half-space or thin space, space, underscore, or apostrophe. In some countries, these "digit group separators" are only employed to the left of the decimal separator; in others, they are also used to separate numbers with a long fractional part. An important reason for grouping is that it allows rapid judgement of the number of digits, via telling at a glance rather than counting.
The use of thin spaces as separators instead of dots or commas, has been official policy of the International Bureau of Weights and Measures since 1948,
as well as of the International Union of Pure and Applied Chemistry, the American Medical Association's widely followed AMA Manual of Style, and the UK Metrication Board, among others.
The groups created by the delimiters tend to follow the usages of local languages, which vary. In European languages, large numbers are read in groups of thousands, and the delimiter may be called a "thousands separator". In East Asian cultures, particularly China, Japan, and Korea, large numbers are read in groups of myriads, but the delimiter often separates the digits into groups of three.
The Indian numbering system is more complex: It groups the rightmost three digits together and then groups digits in sets of two. For example, one trillion would be written "10,00,00,00,00,000" or "".
The convention for digit group separators historically varied among countries, but usually sought to distinguish the delimiter from the decimal separator. Traditionally, English-speaking countries employed commas as the delimiter – 10,000 – and other European countries employed periods or spaces: 10.000 or. Because of the confusion that could result in international documents, in recent years, the use of spaces as separators has been advocated by the superseded SI/ISO 31-0 standard, as well as by the BIPM and IUPAC. These groups have also begun advocating the use of a "thin space" in "groups of three".
Within the United States, the American Medical Association's widely followed AMA Manual of Style also calls for a thin space. In programming languages and online encoding environments a thin space is not practical or available. Often, either underscores and regular word spaces, or no delimiters at all are used instead.

Data vis-à-vis mask

Digit group separators can occur either as part of the data or as a mask through which the data is displayed. This is an example of the separation of presentation and content, making it possible to display numbers in spaced groups while not inserting any whitespace characters into the string of digits that make up those numbers. In many computing contexts, it is preferred to omit the digit group separators from the data and instead overlay them as a mask.
Common examples include spreadsheets and databases, in which currency values are entered without such marks but are displayed with them inserted. Similarly, phone numbers can have hyphens, spaces or parentheses as a mask rather than as data. In web content, digit grouping can be done with CSS. This is useful because the number can be copied and pasted elsewhere and parsed by the computer as-is. For example:
In many programming languages, it is possible to group the digits in the program's source code to make it easier to read.
Ada, Free-form Fortran 90, Perl, D, OCaml, Ruby, Java, Rust, Julia, Python, Kotlin, C#, Swift, Haskell, Go, PHP, Zig, and JavaScript have adopted the underscore character for this purpose. As such, these languages would allow the number seven hundred million to be entered as "700_000_000". On the other hand, fixed-form Fortran ignores whitespace in all contexts, so "" would be allowed. In C++14, Rebol and Red, the use of an apostrophe for digit grouping is allowed. Thus, "700'000'000" would be allowed in those languages.
The code shown below, written in Kotlin, illustrates the use of separators to increase readability:

val exampleNumber = 12_000_000 // twelve million

Exceptions to digit grouping

The International Bureau of Weights and Measures states that "when there are only four digits before or after the decimal marker, it is customary not to use a space to isolate a single digit." Likewise, some manuals of style state that thousands separators should not be used in normal text for numbers from to where no decimal fractional part is shown, whereas others use thousands separators and others use both. For example, APA style stipulates a thousands separator for "most figures of or more" except for page numbers, binary digits, temperatures, etc.
There are always "common-sense" country-specific exceptions to digit grouping, such as year numbers, postal codes, and ID numbers of predefined nongrouped format, which style guides usually point out.

In non-base-10 numbering systems

In binary, a full space can be used between groups of four digits, corresponding to a nibble, or equivalently to a hexadecimal digit. For integer numbers, dots are used as well to separate groups of four bits.
Alternatively, binary digits may be grouped by threes, corresponding to an octal digit. Similarly, in hexadecimal, full spaces are usually used to group digits into twos, making each group correspond to a byte. Additionally, groups of eight bytes are often separated by a hyphen.

Influence of calculators and computers

In countries with a decimal comma, the decimal point is also common as the "international" notation because of the influence of devices, such as electronic calculators, which use the decimal point. Most computer operating systems allow selection of the decimal separator; programs that have been carefully internationalized will follow this, but some programs ignore it and a few may even fail to operate if the setting has been changed.
Computer interfaces may be set to the Unicode international "Common locale" using as defined at Details of the current definitions may be found at

Conventions worldwide

Hindu–Arabic numerals

Countries using decimal comma

Countries where a comma is used as a decimal separator include:

Countries using decimal point

Countries where a dot is used as a decimal separator include:
'''Notes'''

Other numeral systems

Unicode defines a decimal separator key symbol which looks similar to the apostrophe. This symbol is from ISO/IEC 9995 and is intended for use on a keyboard to indicate a key that performs decimal separation.
In the Arab world, where Eastern Arabic numerals are used for writing numbers, a different character is used to separate the integer and fractional parts of numbers. It is referred to as an Arabic decimal separator in Unicode. An Arabic thousands separator also exists. Example:
In Persian, the decimal separator is called. The Unicode Consortium's investigation concluded that "computer programs should render U+066B as a shortened, lowered, and possibly more slanted slash ; this should be distinguishable from the slash at the first sight." To separate sequences of three digits, an Arabic thousands separator, a Latin comma, or a blank space may be used; however this is not a standard. Example:
In English Braille, the decimal point,, is distinct from both the comma,, and the full stop,.

Examples of use

The following examples show the decimal separator and the thousands separator in various countries that use the Arabic numeral system.
StyleCountries and regions
1,234,567.89Australia, Cambodia, Canada, China, Cyprus, Hong Kong, Iran, Ireland, Israel, Japan, Korea, Macau, Malaysia, Mexico, Namibia, New Zealand, Pakistan, Peru, Philippines, Singapore, South Africa, Taiwan, Thailand, United Kingdom and other Commonwealth states except Mozambique, United States.
1234567.89Canada, China, Estonia, Hong Kong, Mexico, Namibia, South Africa, Sri Lanka, Switzerland, United Kingdom, United States. SI-style, not including currency.
1234567,89Albania, Belgium, Brazil, Bulgaria, Canada, Costa Rica, Croatia, Czech Republic, Estonia, Finland, France, Germany, Hungary, Italy, Latin America, Latin Europe, Latvia, Lithuania, Macau, Mozambique, Norway, Peru, Poland, Portugal, Russia, Serbia, Slovakia, Slovenia, South Africa, Spain, Sweden, Switzerland, Ukraine, Vietnam. SI-style, not including currency.
1.234.567,89Austria, Bosnia and Herzegovina, Brazil, Chile, Colombia, Croatia, Denmark, Germany, Greece, Indonesia, Italy, Latin America, Netherlands, Romania, Slovenia, Serbia, Spain, Turkey, Uruguay, Vietnam.
1,234,567·89Malaysia, Malta, Philippines, Singapore, Taiwan, United Kingdom
12,34,567.89Bangladesh, India, Nepal, Pakistan.
1234567.89Bangladesh, India, Nepal, Pakistan.
1'234'567.89Switzerland, Liechtenstein.
1'234'567,89Switzerland, Italy.
1.234.567'89Spain.

  • In Belgium, Brazil, Denmark, Germany, Greece, Indonesia, Italy, Netherlands, Portugal, Romania, Russia, Slovenia, Sweden and much of Europe, "" or "1.234.567,89" are seen. In handwriting, "1˙234˙567,89" is also seen, but never in Belgium, Brazil, Denmark, Estonia, Germany, the Netherlands, Portugal, Romania, Russia, Slovenia or Sweden. In Italy, a straight apostrophe is also used in handwriting: "1'234'567,89". In the Netherlands and Dutch-speaking Belgium, points are used as thousands separators, and is preferred for currency values, but the space is recommended by some style guides, mostly in technical writing.
  • In Estonia, currency numbers often use a dot as the decimal separator, and a space as a thousands separator. This is most visible on shopping receipts and in documents that also use other numbers with decimals, such as measurements. This practice is used to better distinguish between prices and other values with decimals. An older convention uses dots to separate thousands – this older practice makes it easier to avoid word breaks with larger numbers.
  • Historically, in Germany and Austria, thousands separators were occasionally denoted by alternating uses of commas and points, e.g. "1.234,567.890,12" for "eine Milliarde 234 Millionen...", but this isn't seen today and contemporary German readers would require an explanation to understand it.
  • In Switzerland, there are two styles. Currency values use an apostrophe as a thousands separator along with a dot as the decimal separator, like "1'234'567.89". For other values, the SI-style "" is used, with a comma as the decimal separator. The apostrophe is also the most common thousands separator for non-currency values, like "1'234'567,89".
  • In Ireland, Israel, Japan, Korea, Malaysia, the Philippines, Singapore, Taiwan, Thailand, the United Kingdom, and the United States, "1,234,567.89" or "1,234,567·89" are seen. However, the latter is generally only found in older, handwritten documents.
  • For English-speaking regions of Canada, there are two styles. The preferred style for currency values is "$10,000.00", while the preferred style for numeric values is "". However, commas are also sometimes used, despite no longer being taught in school or used in official publications.
  • The International System of Units uses the following two styles: "" and "". In their own publications, a dot is used in the English version, while a comma is used in the official French version.
  • In Sweden, a colon is sometimes used as the decimal separator for currency values, like "".
  • In China, commas and spaces are used to mark digit groups, since dots are used as decimal separators. There is no universal convention on digit grouping, however, so both thousands grouping and no digit grouping can be found. Japan and Taiwan are similar, although, when grouping by myriads, [kanji|] or Chinese characters are frequently used as separators, like the following: "1億2345万6789" or "1億2345萬6789". Commas are used when grouping by thousands.
  • In India, which uses the Indian numbering system, commas are used at the thousands, [lakh|], and [crore|] levels. For example, would be written "1,00,00,000", while would be written "1,00,000". In Pakistan, there is a greater tendency to use the standard western system, but the Indian numbering system is used when conducting business in Urdu.
Indian valueValueEquivalent western notation
One1One
Ten10Ten
Hundred100Hundred
Thousand1,000Thousand
1,00,000One hundred thousand
1,00,00,000Ten million
1,00,00,00,000One billion
1,00,00,00,00,000One hundred billion
10,00,00,00,00,000One trillion

Unicode characters

Used with Western Arabic numerals :
Used with Eastern Arabic numerals :
Used with keyboards:
*