Radix point

symbol used to separate the integer part of a number from its fractional part

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 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 change

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   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 parts (made from positive powers of base 10). To the right of the radix point is the fractional parts (made from negative powers).

Related pages change

References change