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 represents the integer 1200 with a fractional part of 25, or 1200 and a fourth.
Because we use the decimal system, you probably know this point as the decimal point. "Decimal point" is a name specific to decimal, while "radix point" is a general name that can be used for any number system. Other number systems can have unique names too, like "binary point" for binary.
Most countries use either the period (.) or the comma (,) for the radix point. Some countries use them both in different contexts, such as Canada which uses periods in English and commas in French. A few countries use the Arabic decimal separator (٫).
Examples
[change | change source]In mathematical notation, each column of numbers represents a power of the radix, with a radix point noting the beginning of negative powers. For example, the base 10 number is read as follows:
Powers | ||||||
---|---|---|---|---|---|---|
Value | 1 | 2 | 3 | 4 | 5 | 6 |
Hence, we can unwrap the representation as this:
To the left of the radix point is the integer part, made from positive powers. To the right of the radix point is the fractional part, made from negative powers.