Radix point
In mathematics and computing, a radix point (or radix character) is a symbol used to separate whole numbers (integers) from fractions. For example, the number [math]\displaystyle{ 1200.25 }[/math] represents an integer of 1200 with a fractional part of 25, and these are separated with a decimal point.
Radix point is the umbrella term for this point in all bases. The most commonly known example is the decimal point, named so for its use in base 10 notation. Similarly, "binary point" is used for base 2. In most English-speaking countries the radix point is usually a small dot (.), but this can vary as other languages can use different notation such as a comma (,) instead.
Examples
In mathematical notation, each column of numbers represents a power of the radix, with a radix point separating negative powers. For example, the base 10 number [math]\displaystyle{ 1234.56 }[/math] is read as follows:
Powers | [math]\displaystyle{ 10^3 }[/math] | [math]\displaystyle{ 10^2 }[/math] | [math]\displaystyle{ 10^1 }[/math] | [math]\displaystyle{ 10^0 }[/math] | [math]\displaystyle{ 10^{-1} }[/math] | [math]\displaystyle{ 10^{-2} }[/math] |
---|---|---|---|---|---|---|
Value | 1 | 2 | 3 | 4 | 5 | 6 |
Hence, we can unwrap the representation as this:
- [math]\displaystyle{ \begin{align} &(1 \times 10^3) + (2 \times 10^2) + (3 \times 10^1) + (4 \times 10^0) + (5 \times 10^{-1}) + (6 \times 10^{-2})\\ &(1 \times 1000) + (2 \times 100) + (3 \times 10) + (4 \times 1) + (5 \times 0.1) + (6 \times 0.01)\\ &1000 + 200 + 30 + 4 + 0.5 + 0.06 \\ &1234.56 \end{align} }[/math]
To the left of the radix point is the integer parts (made from positive powers of base 10). To the right of the radix point is the fractional parts (made from negative powers).
Radix Point Media
Three ways to group the number ten thousand with digit group separators.1) Space, the internationally recommended thousands separator.2) Period (or full stop), the thousands separator used in many non-English speaking countries.3) Comma, the thousands separator used in most English-speaking countries.
The interpunct (·) used as a decimal separator in a British print from 1839
Decimal separators:* Dot (.)* Comma (,)* Both (may vary by location or other factors)* Arabic decimal separator (٫)* Data unavailable