Radix point

From Wikipedia, the free encyclopedia

In mathematics and computing, a radix point (or radix character) is the symbol used in numerical representations to separate the integer part of the number (to the left of the radix point) from its fractional part (to the right of the radix point). In base-10 notation, the radix point is more commonly called the decimal point. "Radix point" is a general term that applies to all number bases (the prefix "deci-" implies base-10).

In English-speaking countries, the radix point is usually a small dot (.), placed either on the baseline or halfway between the baseline and the top of the numerals. In other regions, a comma (,) is usually used instead; see decimal separator for further information.

Example in base 10: 100.5

100 is the integer to the left of the radix point, and 5 (meaning 5/10, or 1/2) is the fractional part to the right.

Example in base 2: 1100100.1

1100100 to the left of the radix point is the binary representation of 100 base 10. To the right of the radix point is 1, which is the binary representation of the fraction 1/2.