Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Decimal separator

From Wikipedia, the free encyclopedia
Numerical symbol

"Decimal period" redirects here. For the period of a repeating decimal fraction, seeRepeating decimal.
Part ofa series on
Numeral systems
List of numeral systems
Four types of separating decimals: a) 1,234.56. b) 1.234,56. c) 1'234,56. d) ١٬٢٣٤٫٥٦.
Both acomma and afull stop (or period) are generally accepted decimal separators for international use. Theapostrophe and Arabic decimal separator are also used in certain contexts.
Three ways to group the number ten thousand with digit group separators:
  • Space, the internationally recommended thousands separator.
  • Full stop (or period), the thousands separator used in many non-English speaking countries.
  • Comma, the thousands separator used in most English-speaking countries.

Adecimal separator is a symbol that separates theinteger part from thefractional part of anumber written indecimal form. Different countries officially designate different symbols for use as the separator. The choice of symbol can also affect the choice of symbol for thethousands separator used in digit grouping.

Any such symbol can be called adecimal mark,decimal marker, ordecimal sign. Symbol-specific names are also used;decimal point anddecimal comma refer to a dot (eitherbaseline ormiddle) andcomma respectively, when it is used as a decimal separator; these are the usual terms used in English,[1][2][3] with the aforementioned generic terms reserved for abstract usage.[4][5]

In many contexts, when a number is spoken, the function of the separator is assumed by the spoken name of the symbol:comma orpoint in most cases.[6][2][7] In some specialized contexts, the worddecimal is instead used for this purpose (such as inInternational Civil Aviation Organization-regulatedair traffic control communications). In mathematics, the decimal separator is a type ofradix point, a term that also applies to number systems with bases other than ten.

History

[edit]

Hellenistic–Renaissance eras

[edit]

In theMiddle Ages, before printing, abar ( ¯ ) over theunits digit was used to separate the integral part of a number from itsfractional part, as in 9995 (meaning 99.95 indecimal point format). A similar notation remains in common use as an underbar to superscript digits, especially for monetary values without a decimal separator, as in 9995. Later, a "separatrix" (i.e., a short, roughly vertical ink stroke) between the units and tenths position became the norm amongArab mathematicians (e.g. 99ˌ95), while an L-shaped orvertical bar (|) served as the separatrix in England.[8] When this character wastypeset, it was convenient to use the existingcomma (99,95) orfull stop (99.95) instead.

Positionaldecimal fractions appear for the first time in a book by the Arab mathematicianAbu'l-Hasan al-Uqlidisi written in the 10th century.[9] The practice is ultimately derived from the decimalHindu–Arabic numeral system used inIndian mathematics,[10] and popularized by thePersian mathematicianAl-Khwarizmi,[11] whenLatin translation ofhis work on theIndian numerals introduced the decimalpositional number system to the Western world. HisCompendious Book on Calculation by Completion and Balancing presented the first systematic solution oflinear andquadratic equations in Arabic.

Gerbert of Aurillac marked triples of columns with an arc (called a "Pythagorean 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 workLiber Abaci in the 13th century.[12]

The earliest known record of using the decimal point is in the astronomical tables compiled by the Italian merchant and mathematicianGiovanni Bianchini in the 1440s.[13][contradictory]

Tables oflogarithms prepared byJohn Napier in 1614 and 1619 used the period (full stop) as the decimal separator, which was then adopted byHenry Briggs in his influential 17th century work.

InFrance, the full stop was already in use in printing to makeRoman numerals more readable, so the comma was chosen.[14]

Many other countries, such as Italy, also chose to use the comma to mark the decimal units position.[14] It has beenmade standard by theISO for international blueprints.[15] However, English-speaking countries took the comma to separate sequences of three digits. In some countries, a raised dot or dash (upper comma) may be used for grouping or decimal separator; this is particularly common in handwriting.

English-speaking countries

[edit]

In theUnited States, the full stop or period (.) is used as the standard decimal separator.

Theinterpunct (·) used as a decimal separator in a British print from 1839[16]

In the nations of theBritish Empire (and, later, theCommonwealth of Nations), the full stop could be used in typewritten material and its use was not banned, although theinterpunct (a.k.a. decimal point, point or mid dot) was preferred as a decimal separator, in printing technologies that could accommodate it, e.g. 99·95 .[17] However, as the mid dot was already in common use in the mathematics world to indicate multiplication, theSI rejected its use as the decimal separator.

During the beginning of Britishmetrication in the late 1960s and with impending currencydecimalisation, there was some debate in the United Kingdom as to whether the decimal comma or decimal point should be preferred: theBritish Standards Institution and some sectors of industry advocated the comma and theDecimal Currency Board advocated for the point. In the event, the point was chosen by theMinistry of Technology in 1968.[18]

California milepost marker at mile 144.44

When South Africaadopted the metric system, it adopted the comma as its decimal separator,[19] although a number of house styles, including some English-language newspapers such asThe Sunday Times, continue to use the full stop.[citation needed]

Previously, signs alongCalifornia roads expressed distances in decimal numbers with the decimal part in superscript, as in 37, meaning 3.7.[20] Though California has since transitioned tomixed numbers withcommon fractions, the older style remains onpostmile markers and bridge inventory markers.

Constructed languages

[edit]

The three most spokeninternational auxiliary languages,Ido,Esperanto, andInterlingua, all use the comma as the decimal separator.

Interlingua has used the comma as its decimal separator since the publication of theInterlingua Grammar in 1951.[21]

Esperanto also uses the comma as its official decimal separator, whilst thousands are usually separated bynon-breaking spaces (e.g.12 345 678,9). It is possible to separate thousands by afull stop (e.g.12.345.678,9), though this is not as common.[22]

Ido'sKompleta Gramatiko Detaloza di la Linguo Internaciona Ido (Complete Detailed Grammar of the International Language 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 (in American notation), for instance, would be written12.345.678,90123 in Ido.

The 1931 grammar ofVolapük uses the comma as its decimal separator but, somewhat unusually, the middle dot as its thousands separator (12·345·678,90123).[23]

In 1958, disputes between European and American delegates over the correct representation of the decimal separator nearly stalled the development of theALGOL computer programming language.[24] ALGOL ended up allowing different decimal separators, but most computer languages and standard data formats (e.g.,C,Java,Fortran,Cascading Style Sheets (CSS)) specify a dot.C++ and a couple of others permit a quote (') as thousands separator, and many others like Python and Julia, (only) allow '_' as such a separator (it's usually ignored, i.e. also allows 1_00_00_000 aligning with the Indian number style of 1,00,00,000 that would be 10,000,000 in the US).

Radix point

[edit]

In mathematics andcomputing, aradix point orradix character is a symbol used in the display of numbers to separate theinteger part of the value from itsfractional part. In English and many other languages (including many that are written right-to-left), the integer part is at the left of the radix point, and the fraction part at the right of it.[25]

A radix point is most often used indecimal (base 10) notation, when it is more commonly called thedecimal point (withdeci- indicatingbase 10). InEnglish-speaking countries, the decimal point is usually a small dot (.) placed either on the baseline, or halfway between the baseline and the top of thedigits (·)[26][a]In many other countries, the radix point is a comma (,) placed on the baseline.[26][a]

These conventions are generally used both in machine displays (printing,computer monitors) and inhandwriting. It is important to know which notation is being used when working in different software programs. The respectiveISO 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 othernumber bases, but, when they are, a radix character may be used for the same purpose. When used with thebinary (base 2) representation, it may be called "binary point".

Current standards

[edit]

The 22ndGeneral Conference on Weights and Measures[27] 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,[27]

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

That is, "1 000 000 000" 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'sNational Institute of Standards and Technology.[28]

Past versions ofISO 8601, but not the 2019 revision, also stipulated normative notation based on SI conventions, adding that the comma is preferred over the full stop.[29]

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

[edit]

For ease of reading, numbers with many digits (e.g. numbers over 999) may be divided into groups using adelimiter,[30] such as comma (,), dot (.), half-space orthin space (" "),space (" "), underscore (_; as in maritime "21_450"),[citation needed] 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 longfractional part. An important reason for grouping is that it allows rapid judgement of the number of digits, via telling at a glance ("subitizing") rather than counting (contrast, for example,100 000 000 with 100000000 for one hundred million).

The use of thin spaces as separators[31]: 133  instead of dots or commas (for example:20 000 and1 000 000 for "twenty thousand" and "one million"), has been official policy of theInternational Bureau of Weights and Measures (BIPM) since 1948 (and reaffirmed in 2003),[27]as well as of theInternational Union of Pure and Applied Chemistry (IUPAC),[32][33] theAmerican Medical Association's widely followedAMA Manual of Style, and the UKMetrication 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 (occurring every three digits when used) may be called a "thousands separator". InEast Asian cultures, particularlyChina,Japan, andKorea, large numbers are read in groups ofmyriads (10 000s), but the delimiter often separates the digits into groups of three.[citation needed]

TheIndian numbering system is more complex: It groups the rightmost three digits together (until the hundreds place) and then groups digits in sets of two. For example, one trillion would be written "10,00,00,00,00,000" or "10kharab".[34]

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 (except South Africa)[35] employed commas as the delimiter – 10,000 – and other European countries employed periods (full stops) or spaces: 10.000 or10 000. Because of the confusion that could result in international documents, in recent years, the use of spaces as separators has been advocated by the supersededSI/ISO 31-0 standard,[36] as well as by the BIPM and IUPAC. These groups have also begun advocating the use of a "thin space" in "groups of three".[32][33]

Within the United States, the American Medical Association's widely followedAMA Manual of Style also calls for a thin space.[30] In programming languages and onlineencoding environments (for example,ASCII-only languages and environments) a thin space is not practical or available. Often, either underscores[37] and regular word spaces, or no delimiters at all are used instead.

Data vis-à-vis mask

[edit]

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 theseparation of presentation and content, making it possible to display numbers in spaced groups while not inserting anywhitespace 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 (aninput mask or an output mask).

Common examples includespreadsheets anddatabases, 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. Inweb content, digit grouping can be done withCSS. This is useful because the number can be copied and pasted elsewhere (such as into a calculator) and parsed by the computer as-is (i.e., without the user manually purging the extraneous characters). For example:

  • 149597870700 metres is 1astronomical unit.
  • 3.14159265358979323846 isπ rounded to 20 decimal places.
  • 2.71828182845904523536 ise rounded to 20 decimal places.

In someprogramming languages, it is possible to group the digits in the program'ssource code to make it easier to read(see:Integer literal § Digit separators). Examples include:Ada,C# (sinceversion 7.0),[38]D,Go (sinceversion 1.13),Haskell (from GHCversion 8.6.1),Java,JavaScript (sinceES2021),Kotlin,[39]OCaml,Perl,Python (sinceversion 3.6),PHP (sinceversion 7.4),[40]Ruby,Rust andZig.

Java, JavaScript,Swift,Julia and free-formFortran 90 use theunderscore (_) 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 "700 000 000" would be allowed. InC++14,Rebol andRed, the use of anapostrophe 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:

valexampleNumber=12_000_000// twelve million

Exceptions to digit grouping

[edit]

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."[32] Likewise, somemanuals of style state that thousands separators should not be used in normal text for numbers from1000 to9999 where no decimal fractional part is shown (or, in other words, for four-digit whole numbers), whereas others use thousands separators and others use both. For example,APA style stipulates a thousands separator for "most figures of1000 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

[edit]

In binary (base-2), a full space can be used between groups of four digits, corresponding to anibble, or equivalently to ahexadecimal digit. For integer numbers, dots are used as well to separate groups of four bits.[b]Alternatively, binary digits may be grouped by threes, corresponding to anoctal digit. Similarly, in hexadecimal (base-16), full spaces are usually used to group digits into twos, making each group correspond to abyte.[c] Additionally, groups of eight bytes are often separated by a hyphen.[c]

Influence of calculators and computers

[edit]

In countries with a decimal comma, the decimal point is also common as the "international" notation[citation needed] because of the influence of devices, such aselectronic calculators, which use the decimal point. Most computeroperating systems allow selection of the decimal separator; programs that have been carefullyinternationalized 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" usingLC_NUMERIC=C as defined at"Unicode CLDR project".Unicode Consortium. Details of the current (2020) definitions may be found at"01102-POSIX15897".Unicode Consortium.

Conventions worldwide

[edit]
This section and the section that follows it mayrequirecleanup to meet Wikipedia'squality standards. The specific problem is:Use by region is inconsistent, inaccurate, and are poorly formatted. Please helpimprove this section and the section that follows it if you can.(March 2023) (Learn how and when to remove this message)
This sectionneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources in this section. Unsourced material may be challenged and removed.
Find sources: "Decimal separator" – news ·newspapers ·books ·scholar ·JSTOR
(August 2023) (Learn how and when to remove this message)
Decimal separators:
  Dot (.)
  Comma (,)
  Both (may vary by location or other factors)
  Data unavailable

Hindu–Arabic numerals

[edit]

Countries using decimal comma

[edit]

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

  • Albania
  • Algeria
  • Andorra
  • Angola
  • Argentina
  • Armenia
  • Austria
  • Azerbaijan
  • Belarus
  • Belgium
  • Bolivia
  • Bosnia and Herzegovina
  • Brazil
  • Bulgaria[i]
  • Cabo Verde
  • Cameroon
  • Canada (when using French)
  • Chile
  • Colombia
  • Costa Rica
  • Croatia
  • Cuba
  • Cyprus
  • Czech Republic
  • Denmark
  • East Timor
  • Ecuador
  • Estonia
  • Faroes
  • Finland
  • France
  • Germany
  • Georgia
  • Greece
  • Greenland
  • Hungary
  • Iceland
  • Indonesia
  • Italy
  • Kazakhstan
  • Kyrgyzstan
  • Laos
  • Latvia
  • Lebanon
  • Lithuania
  • Luxembourg
  • Macau (in Portuguese text)
  • Mauritania
  • Moldova
  • Mongolia[i]
  • Montenegro
  • Morocco
  • Mozambique
  • Namibia (uses both marks)[41]
  • The Netherlands
  • North Macedonia
  • Norway
  • Paraguay
  • Peru[42]
  • Poland
  • Portugal
  • Romania
  • Russia
  • San Marino
  • Serbia
  • Slovakia
  • Slovenia
  • Somalia
  • South Africa[43][44]
  • Spain[ii]
  • Suriname
  • Sweden[ii]
  • Switzerland[iii]
  • Tunisia
  • Turkey
  • Turkmenistan
  • Ukraine
  • Uruguay
  • Uzbekistan
  • Venezuela
  • Vietnam
  • Zimbabwe

Countries using decimal point

[edit]

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

  • Australia
  • Bahamas, The
  • Bangladesh
  • Botswana
  • British West Indies
  • Cambodia
  • Canada (when using English)
  • China
  • Cyprus (currency numbers)
  • Dominican Republic
  • Egypt
  • El Salvador
  • Ethiopia
  • Ghana
  • Guatemala
  • Guyana
  • Honduras
  • Hong Kong
  • India
  • Ireland
  • Israel
  • Jamaica
  • Japan
  • Jordan
  • Kenya
  • Korea, North
  • Korea, South
  • Libya
  • Liechtenstein
  • Macau (in Chinese and English text)
  • Malaysia
  • Maldives
  • Malta
  • Mexico
  • Myanmar
  • Namibia (uses both marks)
  • Nepal
  • New Zealand
  • Nicaragua
  • Nigeria
  • Pakistan
  • Panama
  • Peru (currency numbers)
  • Philippines
  • Qatar
  • Saudi Arabia
  • Singapore
  • Somalia
  • Sri Lanka
  • Switzerland[iii]
  • Syria
  • Taiwan
  • Tanzania
  • Thailand[ii]
  • Uganda
  • United Arab Emirates
  • United Kingdom
  • United States (includinginsular areas)

Notes

  1. ^abThe national literary convention in Bulgaria and Mongolia is to use the comma as a decimal separator, but many places use the dot instead due to the prevalence of imported technology that internally uses the dot as the decimal separator. This is because the technology usually utilizes the decimal separator conventions of the country it was made in, and most of the technology is made in the United States, countries following the conventions and standards (such asASCII) of the United States, or China – all of which use the dot as a decimal separator. Thus, in Bulgaria, the comma is the conventional decimal separator, but both the comma and the dot are used in practice. This is true for Mongolia as well, but the dot is more commonly used instead.
  2. ^abcAccording to several software developers, Spain and Sweden both use a comma as a decimal separator while Thailand uses a dot instead.[47][48]
  3. ^abThe decimal point is used in somecantons of Switzerland (for example theCanton of St. Gallen[45]). It is used inIT and withcurrency values. On the other hand, the decimal comma is used in federal publications[46] and some other cantons.

Other numeral systems

[edit]

Unicode defines adecimal separator key symbol (⎖ in hex U+2396, decimal 9110) which looks similar to theapostrophe. This symbol is fromISO/IEC 9995 and is intended for use on a keyboard to indicate a key that performs decimal separation.

In theArab world, whereEastern 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 anArabic decimal separator (U+066B, rendered:٫‎) inUnicode. An Arabic thousands separator (U+066C, rendered:٬‎) also exists. Example:۹٬۹۹۹٫۹۹‎ (9,999.99)

InPersian, the decimal separator is calledmomayyez. The Unicode Consortium's investigation concluded that "computer programs should render U+066B as a shortened, lowered, and possibly more slantedslash (٫); this should be distinguishable from the slash at the first sight." To separatesequences of three digits, an Arabic thousands separator (rendered as:٬), a Latin comma, or ablank space may be used; however this is not a standard.[49][50][51] Example:۹٬۹۹۹٫۹۹ (9,999.99)

InEnglish Braille, the decimal point,, is distinct from both the comma,, and the full stop,.

Examples of use

[edit]

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,[52][53] Cambodia, Canada (English-speaking; unofficial), China,[54] Cyprus (currency numbers), Hong Kong, Iran, Ireland, Israel, Japan, Korea, Macau (in Chinese and English text), Malaysia, Mexico, Namibia, New Zealand, Pakistan, Peru (currency numbers), Philippines, Singapore, South Africa (English-speaking; unofficial), Taiwan, Thailand, United Kingdom and other Commonwealth states except Mozambique, United States.
1234567.89Canada (English-speaking; official), China,[54] Estonia (currency numbers), Hong Kong (in education), Mexico, Namibia, South Africa (English-speaking; unofficial), Sri Lanka, Switzerland (in federal texts for currency numbers only[55]), United Kingdom (in education), United States (in education).[citation needed] SI-style (English version), not including currency.
1234567,89Albania, Belgium (French), Brazil, Bulgaria, Canada (French-speaking), Costa Rica, Croatia, Czech Republic, Estonia, Finland,[56] France, Germany, Hungary, Italy (in education), Latin America, Latin Europe, Latvia, Lithuania, Macau (in Portuguese text), Mozambique, Norway, Peru, Poland, Portugal, Russia, Serbia (informal), Slovakia, Slovenia, South Africa (official[57]), Spain (official use since 2010, according to theRAE andCSIC), Sweden, Switzerland (in federal texts, except currency numbers[55]), Ukraine, Vietnam (in education). SI-style (French version), not including currency.
1.234.567,89Austria, Belgium (Dutch), Bosnia and Herzegovina, Brazil (informal and intechnology), Chile, Colombia, Croatia (inbookkeeping and technology),[58] Denmark, Germany, Greece, Indonesia, Italy, Latin America (informal), Netherlands, Romania, Slovenia, Serbia, Spain (used until 2010, inadvisable use according to theRAE andCSIC),[d][60] Turkey, Uruguay, Vietnam.
1,234,567·89Malaysia, Malta, Philippines (uncommon today), Singapore, Taiwan, United Kingdom (older, typically handwritten; in education)
12,34,567.89Bangladesh, India, Nepal, Pakistan(see:Indian numbering system).
1234567.89
1'234'567.89Switzerland (computing), Liechtenstein.
1'234'567,89Switzerland (handwriting), Italy (handwriting).
1.234.567'89Spain (handwriting, used until 1980s, inadvisable use according to theRAE andCSIC[citation needed]).
  • In Belgium (Dutch), Brazil, Denmark, Germany, Greece, Indonesia, Italy, Netherlands, Portugal, Romania, Russia, Slovenia, Sweden and much of Europe, "1234567,89" or "1.234.567,89" are seen. Inhandwriting, "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.[61]
  • 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 (with commas for decimals) – 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" (or "1.234,567.890·12" in Austo-Hungary and Austria prior to 1938)[62][63][64] 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 "1234567,89" 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 (both), 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 "1234567.89". However, commas are also sometimes used, despite no longer being taught in school or used in official publications.[citation needed]
  • TheInternational System of Units (SI) uses the following two styles: "1234567.89" and "1234567,89". In their own publications, a dot (.) is used in the English version, while a comma (,) is used in the official French version.
  • InSweden, the a colon (:) is sometimes used as the decimal separator for currency values, like "1 234 567:89".
  • 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 orChinese characters are frequently used as separators, like the following: "1億2345万6789" or "1億2345萬6789"(seeJapanese numerals andChinese numerals). Commas are used when grouping by thousands.
  • InIndia, which uses theIndian numbering system, commas (,) are used at the thousands,lakh, andcrore levels. For example,10 million (1crore) would be written "1,00,00,000", while100 thousand (1lakh) would be written "1,00,000". InPakistan, there is a greater tendency to use the standard western system, but the Indian numbering system is used when conducting business inUrdu.
Indian valueValueEquivalent western notation
One1One
Ten10Ten
Hundred100Hundred
Thousand1,000Thousand
Lakh1,00,000One hundred thousand
Crore1,00,00,000Ten million
Arab (not normally used)1,00,00,00,000One billion
Kharab (not normally used)1,00,00,00,00,000One hundred billion
Lakh crore10,00,00,00,00,000One trillion

Unicode characters

[edit]

Used withWestern Arabic numerals (0123456789):

  • U+0020 SPACE
  • U+0027'APOSTROPHE (')
  • U+002C,COMMA (,)
  • U+002E.FULL STOP (.) -Full stop punctuation mark.
  • U+00B7·MIDDLE DOT (·, ·, ·)
  • U+2009THIN SPACE ( ,  )
  • U+202FNARROW NO-BREAK SPACE
  • U+02D9˙DOT ABOVE (˙, ˙)
  • U+005F_LOW LINE (_, _) -Underscore

Used withEastern Arabic numerals (٠١٢٣٤٥٦٧٨٩):

  • U+066B٫ARABIC DECIMAL SEPARATOR
  • U+066C٬ARABIC THOUSANDS SEPARATOR

Used with keyboards:

  • U+2396DECIMAL SEPARATOR KEY SYMBOL (resembles an apostrophe)

See also

[edit]

Footnotes

[edit]
  1. ^abGreat Britain and the United States are two of the few places in the world that use a period to indicate the decimal place. Many other countries use a comma instead. The decimal separator is also called theradix character. Likewise, while the U.K. and U.S. use a comma to separate groups of thousands, many other countries use a period instead...[26]
  2. ^As an example, theDR-DOSDEBUGH command (short for 'hex') displays the entered hexadecimal number in hexadecimal, followed by the same number in decimal, octal, and binary, prefixed with a hash sign (#), backslash (\), and percent sign (%) respectively:
    -h 12341234 #4660 \011064 %0001.0010.0011.0100
  3. ^abAs an example, theDR-DOSDEBUGD command (short for 'dump') dumps the memory byte-wise in hexadecimal notation, with bytes separated by spaces and groups of eight bytes separated by hyphens:
    -d01234:000057696B6970656469-612068656C707321Wikipedia helps!
  4. ^... when writing numbers more than four figures, these will be grouped into threes, starting from the right, and separating the groups by whitespace. (Exceptions: Never written with periods, commas or white separation numbers that refer to years, pages, verses, urban roads, postal codes, legal articles, decrees or laws.)[59]

References

[edit]
  1. ^"Decimal point definition and meaning | Collins English Dictionary".www.collinsdictionary.com. Retrieved5 July 2018.
  2. ^abWeisstein, Eric W."Decimal Point".mathworld.wolfram.com. Retrieved22 August 2020.
  3. ^"decimal point Meaning in the Cambridge English Dictionary".dictionary.cambridge.org. Retrieved5 July 2018.
  4. ^"How to Change Excel's Decimal Separators from Periods to Commas". Retrieved5 July 2018.
  5. ^"Decimal Separators: Points or commas? - Elementary Math".Elementary Math. 19 January 2018. Retrieved5 July 2018.
  6. ^"Definition of Decimal Point".www.mathsisfun.com. Retrieved22 August 2020.
  7. ^"Mythematics: a decimal point".Grammarphobia. 17 February 2012. Retrieved5 July 2018.
  8. ^"separatrix,n.".Oxford English Dictionary. Oxford, UK: Oxford University Press.
  9. ^Berggren, J. Lennart (2007). "Mathematics in Medieval Islam". In Katz, Victor J. (ed.).The Mathematics of Egypt, Mesopotamia, China, India, and Islam: A sourcebook. Princeton University Press. p. 530.ISBN 978-0-691-11485-9.
  10. ^Reimer, L.; Reimer, W. (1995).Mathematicians are People, too: Stories from the lives of great mathematicians. Vol. 2. Parsippany, NJ: Pearson Education, / Dale Seymor Publications. p. 22.ISBN 0-86651-823-1.
  11. ^"Khwarizmi, Abu Jafar Muhammad ibn Musa al-".Oxford Islamic Studies Online (biography). Archived fromthe original on 18 June 2013.
  12. ^Devlin, Keith (2011).The Man of Numbers: Fibonacci's Arithmetic Revolution. New York, NY: Walker & Company. pp. 44–45.ISBN 9780802779083.
  13. ^Marchant, Jo (19 February 2024)."The decimal point is 150 years older than historians thought".Nature.doi:10.1038/d41586-024-00473-2.PMID 38374392.
  14. ^ab"Comma".Enciclopedia Universal Santillana. Barcelona, Spain: Santillana S.A. 1996. def. 2.ISBN 84-294-5129-3.coma: MAT. Signo utilizado en los números no enteros para separar la parte entera de la parte decimal o fraccionaria; p. ej., 2,123 .
  15. ^"Part 2: Mathematical signs and symbols to be used in the natural sciences and technology". Quantities and units (Report).International Organization for Standardization. 2009. ISO 80000-2:2009. Retrieved1 July 2010.
  16. ^for example:Henderson, Thomas (3 January 1839). "On the parallax ofα Centauri".Memoirs of the Royal Astronomical Society.11:61–64, esp. 64.Bibcode:1840MmRAS..11...61H – via scan published byHarvard-Smithsonian Center for Astrophysics.
  17. ^Reimer, L.; Reimer, W. (1990).Mathematicians are People, too: Stories from the lives of great mathematicians. Vol. 1. Parsippany, NJ: Pearson Education / Dale Seymor Publications. p. 41.ISBN 0-86651-509-7.
  18. ^"Victory on points".Nature.218 (5137): 111. 1968.Bibcode:1968Natur.218S.111..doi:10.1038/218111c0.
  19. ^"Government Notice R. 1144"(PDF).Government Gazette. No. 4326. 5 July 1974. p. 55. Archived fromthe original(PDF) on 8 March 2021.
  20. ^Webb, George M. (May–June 1956)."Signposts: Directions for the Traveler Are Hundreds of Years Old"(PDF).California Highways and Public Works. Vol. 35, no. 5–6. Sacramento, California: California Division of Highways. p. 11.
  21. ^"Parts of Speech – Numerals". Grammar of Interlingua. Archived fromthe original on 16 May 2016. Retrieved18 March 2008.
  22. ^Wennergren, Bertilo (5 July 2023)."Helposignoj" [Helping Symbols].Plena Manlibro de Esperanta Gramatiko [Complete Manual of Esperanto Grammar] (in Esperanto) (15.4 ed.).
  23. ^de Jong, Arie (2012). Everson, Michael (ed.).Gramat Volapüka. Cathair na Mart. Evertype.ISBN 978-1-904808-94-7.
  24. ^Perlis, Alan,The American Side of the Development of ALGOL, ACM SIGPLAN Notices, August 1978.
  25. ^Van Verth, James M.; Bishop, Lars M. (2008).Essential Mathematics for Games and Interactive Applications: A programmers' guide (2nd ed.). Boca Raton, Florida: CRC Press. p. 7.ISBN 9780123742971.
  26. ^abcInternational Language Environments Guide.Oracle Corporation Docs (Report). Archived fromthe original on 15 January 2012. Retrieved19 December 2018.
  27. ^abcResolution 10. 22ndGeneral Conference on Weights and Measures (CGPM). Bureau International des Poids et Measures. 2003. Retrieved21 January 2022.
  28. ^Thompson, Ambler; Taylor, Barry N. (March 2008).Guide for the Use of the International System of Units (SI)(PDF) (Report).National Institute of Standards and Technology. §10.5.3. Retrieved21 January 2022.
  29. ^"§5.3.1.3 – Representation of dates and times".Data elements and interchange formats — Information interchange(PDF) (Report).International Standards Organisation. 2000. p. 15. ISO/FDIS 8601:2000(E). Retrieved8 January 2019.
  30. ^abIverson, Cheryl; et al. (2007).AMA Manual of Style (10th ed.). Oxford, UK:Oxford University Press. p. 793.ISBN 978-0-19-517633-9.
  31. ^International Bureau of Weights and Measures (2006),The International System of Units (SI)(PDF) (8th ed.),ISBN 92-822-2213-6,archived(PDF) from the original on 4 June 2021, retrieved16 December 2021
  32. ^abcRules and style conventions for expressing values of quantities (Report).International Bureau of Weights and Measures.
  33. ^abGuidelines for drafting IUPAC technical reports and recommendations (Report). 2007. Retrieved27 November 2008.
  34. ^Emmons, John (25 March 2018)."Part 3: Numbers". Unicode Locale Data Markup Language (LDML).Unicode.org (Report).Archived from the original on 25 July 2018. Retrieved25 March 2018.
  35. ^"Language and Culture Differences".extranet.education.unimelb.edu.au. Retrieved11 March 2023.
  36. ^"Decimals Score a Point on International Standards". U.S.National Institute of Standards and Technology. 22 November 2006. Archived fromthe original on 3 March 2016. Retrieved27 November 2008.
  37. ^"PEP 515 Underscores in Numeric Literals: Prior Art".peps.python.org. Retrieved13 February 2024.
  38. ^"Literal improvements". New Features in C# 77.0 (blog). Microsoft. 9 March 2017. Retrieved5 May 2022.
  39. ^"Basic types".Kotlin Language.
  40. ^"Numeric literal separator". PHP: New Features. The PHP Group. Retrieved16 July 2020.
  41. ^"AirNam board endorses aircraft purchase plan".Republic of Namibia, Ministry of Public Enterprises. Archived fromthe original on 31 January 2018. Retrieved30 January 2018.The cost per aircraft was estimated at between N$19,5 million and N$26 million.
  42. ^"DECRETO SUPREMO Nº 064-84-ITI/IND"(PDF).Instituto Nacional de Calidad (INACAL). Retrieved23 March 2019.La escritura de los números se hará utilizando las cifras arábigas y la numeración decimal, y en ella se separará la parte entera de la decimal mediante una coma (,).
  43. ^GCIS (2011).Editorial Style Guide(PDF). Pretoria: Government Communications & Information System. p. 24. Retrieved30 January 2018.* Write decimal and negative numbers as numerals: 3,3 and –4. Use the decimal comma, not the decimal point: 17,4 million. [...] * Use a space, not commas, to indicate thousands: 3 000, 20 000.{{cite book}}: CS1 maint: numeric names: authors list (link)
  44. ^MacLean, Robert."How to correctly format currency in South Africa?". Retrieved4 February 2018.
  45. ^Lehrplan Fachbereich MathematikArchived 2017-03-23 at theWayback Machine, p. 14 (PDF; ≈ 257 kB) – fromschule.sg.ch (german)
  46. ^Schreibweisungen; 514: Dezimalkomma und DezimalpunktArchived 2017-01-22 at theWayback Machine – Issuer:Federal Chancellery of Switzerland, 2nd issue 2013, p. 80 (German).
  47. ^"Decimal and Thousands Separators". Oracle. Retrieved18 March 2019.
  48. ^Krupitsky, Igor (May 2010)."International Number Formats". Microsoft. Retrieved18 March 2019.
  49. ^Pournader, Roozbeh (15 October 2000)."Persian decimal separator".Unicode Mail List Archive. Unicode Consortium. Retrieved21 June 2008.
  50. ^"The Decimal Numeral".Academic Grammar of New Persian. Archived fromthe original on 20 June 2006. Retrieved19 June 2006.
  51. ^"Descriptive Grammar of New Persian (archived)". Archived fromthe original on 11 July 2007. Retrieved1 May 2019.
  52. ^"Digital Guides". Australian Government. Retrieved19 August 2020.
  53. ^"The ABC Style Guide". Australian Broadcasting Corporation. Retrieved19 August 2020.
  54. ^ab"国家标准GB/T 15835-2011出版物上数字用法" [General rules for writing numerals in public texts] (in Chinese). 国家标准全文公开系统. 29 July 2011. Retrieved2 April 2024.
  55. ^ab"Schreibweisungen, 2nd edition 2013". Schweizer Bundeskanzlei. June 2013. Archived fromthe original on 28 January 2015.
  56. ^"Luvut ja numerot: numeroiden ryhmittely".Kielitoimiston ohjepankki (in Finnish). Retrieved27 June 2018.
  57. ^SI Metric System(PDF).SAHPRA (Report) (2.38 ed.). March 2019.The comma is the only recognised decimal indicator for all numbers, including amounts of (currency) money.
  58. ^"Točka".Hrvatski pravopis.Institute of Croatian Language and Linguistics. Retrieved28 July 2022.
  59. ^Diccionario panhispánico de dudas. Archived fromthe original on 18 January 2014. Retrieved16 January 2014.
  60. ^Ortografía de la lengua española.For the purpose of promoting a process tending towards unification, the use of the point as decimal separator is recommended.(2.2.1.2.1)
  61. ^Taalunieversum."10.000.000 / 10 000 000". Retrieved1 September 2017.
  62. ^Röll."Union Pacific-Eisenbahn".Enzyklopädie des Eisenbahnwesens. Retrieved26 August 2014., entry "Union Pacific-Eisenbahn", largest numbers in table
  63. ^Röll."Bilanz".Enzyklopädie des Eisenbahnwesens. Retrieved26 August 2014., entry "Bilanz", sums in last table
  64. ^Österreichischer eisenbahnzeitung Zeitschrift des Klub österreichischer eisenbahn un schiffsfahrtbeamten... at theInternet Archive
Retrieved from "https://en.wikipedia.org/w/index.php?title=Decimal_separator&oldid=1296023541"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp