decimaltegn
Decimaltegn, or decimal separator, is the symbol used to separate the integer part of a number from its fractional part in decimal notation. It is a core element of how numbers with fractions are written and read in many cultures and programming contexts.
Locale variation is common. In Danish usage, the decimal separator is a comma, and the period is
Implications for software and data exchange are important. The interpretation of a number like 1,23 or 1.234
In programming, the decimal point (a dot) is typically used in source code across many languages (for