Decimal separator


A decimal separator is a symbol used to separate 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 also affects 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 an 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

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, e.g. 995. A similar notation remains in common use as an underbar to superscript digits, especially for monetary values without a decimal separator, e.g. 9995. 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. 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.
In the United States, the full stop or period was used as the standard decimal separator.
used as a decimal separator in a British print from 1839
In the nations of the British Empire, although the full stop could be used in typewritten material and its use was not banned, the interpunct was preferred for the decimal separator in printing technologies that could accommodate it, e.g. 99·95. 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.
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 in 1951. Esperanto also uses the comma as its official decimal separator, while thousands are separated by non-breaking spaces:. Ido's Kompleta Gramatiko Detaloza di la Linguo Internaciona Ido officially states that commas are used for the decimal separator while 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 by Arie de Jong uses the comma as its decimal separator, and uses the middle dot as the 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.
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.

Current standards

The 22nd General Conference on Weights and Measures declared in 2003 that "the symbol for the decimal marker shall be either the point on the line or the comma on the line". It further reaffirmed that "numbers may be divided in groups of three in order to facilitate reading; neither dots nor commas are ever inserted in the spaces between groups". This usage has therefore been recommended by technical organizations, such as the United States' National Institute of Standards and Technology.
ISO-8601 also stipulates normative notation based on SI conventions, adding that the comma is preferred over the full stop.

Digit grouping

For ease of reading, numbers with many digits may be divided into groups using a delimiter, such as comma "," or dot ".", half-space " ", space " ", underbar "_" 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 subitizing rather than counting – contrast with 100000000 for one hundred million.
Since 2003, the use of spaces as separators has been officially endorsed by SI/ISO 31-0 standard, as well as by the International Bureau of Weights and Measures and the International Union of Pure and Applied Chemistry, the American Medical Association's widely followed AMA Manual of Style, and the Metrication Board, among others.
The groups created by the delimiters tend to follow the use of the local language, which varies. 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 commonly separates every three digits. The Indian numbering system is somewhat more complex: it groups the rightmost three digits together and thereafter groups by sets of two digits. One trillion would thus be written as 10,00,00,00,00,000 or 10 kharab.
The convention for digit group separators historically varied among countries, but usually seeking 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 International Bureau of Weights and Measures and the International Union of Pure and Applied Chemistry, which 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 some online encoding environments a thin space is not practical or available, in which case a regular word space or no delimiter are the alternatives.

Data versus 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 with spaced digit grouping in a way that does not insert any whitespace characters into the string of digits in the content. In many computing contexts, it is preferred to omit 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. In web content, such digit grouping can be done with CSS style. It is useful because the number can be copied and pasted into calculators and parsed by the computer as-is. For example, Wikipedia content can display numbers this way, as in the following examples: metres is 1 astronomical unit; is pi| rounded to 20 decimal places, and is E | rounded to 20 decimal places.
In some programming languages, it is possible to group the digits in the program's source code to make it easier to read; see Integer literal: Digit separators. Ada, C#, D, Haskell, Java, OCaml, Perl, Python, PHP, Ruby, Go, Rust, Julia, and Swift use the underscore character for this purpose; as such, these languages allow seven hundred million to be entered as 700_000_000. Fixed-form Fortran ignores whitespace, so 700 000 000 is permissible. C++14, Rebol, and Red allow the use of an apostrophe for digit grouping, so 700'000'000 is permissible.

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 1,000 to 9,999 inclusive 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 1,000 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.

Hindu-Arabic numerals

Countries using decimal comma

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

Countries using decimal point

Countries where a dot "." is used as decimal separator include:

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.
In Persian, the decimal separator is called momayyez, which is written like a forward slash—there is a small difference between the upside-down comma character used in sentences and the Latin comma used to separate sequences of three digits. To separate sequences of three digits, a Latin comma or blank space may be used; however this is not a standard.
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.89Canada, China, Hong Kong, Iran, Ireland, Israel, Japan, Korea, Malaysia, Malta, Mexico, New Zealand, Pakistan, Philippines, Singapore, South Africa, Taiwan, Thailand, United Kingdom and other Commonwealth states, United States.
SI style, Australia, Canada, China, South Africa, Sri Lanka, Switzerland, United Kingdom.
SI style, Albania, Belgium, Bulgaria, Canada, Croatia the Czech Republic, Estonia, Finland, France, Hungary, Kosovo, Latin Europe, Latvia, Lithuania, Norway, Peru, Poland, Portugal, Russia, Slovakia, South Africa, Sweden, Switzerland, Ukraine, Vietnam.
1,234,567·89Ireland, Malaysia, Philippines, Singapore, Taiwan, United Kingdom
1,234.567,89Croatia
1.234.567,89Argentina, Austria, Belgium, Bosnia and Herzegovina, Brazil, Chile, Colombia, Costa Rica, Croatia, Denmark, Germany, Greece, Indonesia, Italy, Netherlands, Romania, Slovenia, Serbia, Spain, Turkey, Vietnam.
12,34,567.89Bangladesh, India, Nepal, Pakistan.
1'234'567.89Switzerland, Liechtenstein.
1'234'567,89Switzerland.
1.234.567'89Spain.
123,4567.89China.

Indian ValueValue
One1
Ten10
Hundred100
Thousand1,000
Lakh1,00,000
Crore1,00,00,000
Arab 1,00,00,00,000
Kharab 1,00,00,00,00,000
Lakh Crore10,00,00,00,00,000

Unicode characters

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