The decimal separator is the symbol used to mark the border between the integer (integral) portion and the fractional portion of a base‑10 numeral. Different writing traditions use different marks: the period or dot (.) and the comma (,) are the most familiar. Alternatives and related concepts are sometimes called the decimal point, decimal comma, or radix point depending on context and language. For a concise definition, the decimal separator simply identifies where the units end and tenths (and smaller powers of ten) begin.

Common symbols and conventions

  • Decimal point (dot): Common in English-speaking countries and many computing contexts; example: 9.5 to mean nine and one half. See an English-language usage note here.
  • Decimal comma: Used across much of continental Europe and other regions; the same value is written 9,5. A general comparison is available here.
  • Other marks: Some scripts and typographic traditions use a middle dot, a raised dot, or locale-specific characters. In digital systems, the exact character and its encoding matter for parsing.

History and development

The idea of separating whole numbers from fractional parts developed alongside place‑value notation and decimal fractions. European introduction of decimal fractions in the late 16th century is often associated with figures such as Simon Stevin, while the printed conventions for points and commas evolved over the subsequent centuries. Different national printing practices and languages led to the widespread coexistence of dot and comma forms.

Uses, examples, and practical effects

The decimal separator appears in mathematics, science, finance, measurement, and everyday arithmetic. Examples show why convention matters: an invoice listing "1,234" could mean one thousand two hundred thirty‑four (if comma is a thousands separator) or one point two three four (if comma is a decimal separator). Software and data exchange therefore rely on locale settings to interpret numbers correctly; programming languages and user interfaces often document how they handle the radix mark.

Distinctions and notable issues

Important distinctions include the decimal separator versus the digit grouping (thousands) separator, and the typographic placement and spacing rules that vary by language. International standards and computing locales attempt to disambiguate these uses. For more on cross‑border and typographic practice see guidance and technical notes here. Practical recommendations for documents and software emphasize consistent use and explicit locale tags to avoid misinterpretation; an implementation checklist is available there.