Jump to content

Radix point: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Skamecrazy123 (talk | contribs)
m Reverted edits by 209.250.173.52 (talk) to last revision by ClueBot NG (HG)
m adjusted the link to decimal mark
Line 2: Line 2:
In [[mathematics]] and [[computing]], a '''[[radix]] point''' (or '''radix character''') is the symbol used in numerical representations to separate the [[integer]] part of a number (to the left of the radix point) from its [[fraction (mathematics)|fractional]] part (to the right of the radix point). "Radix point" is a general term that applies to all [[radix|number base]]s. In [[decimal|base 10]] notation, the radix point is more commonly called the [[decimal point]], where the prefix [[wikt:deci-|deci-]] implies base 10. Similarly, the term "binary point" is used for [[binary numeral system|base 2]].
In [[mathematics]] and [[computing]], a '''[[radix]] point''' (or '''radix character''') is the symbol used in numerical representations to separate the [[integer]] part of a number (to the left of the radix point) from its [[fraction (mathematics)|fractional]] part (to the right of the radix point). "Radix point" is a general term that applies to all [[radix|number base]]s. In [[decimal|base 10]] notation, the radix point is more commonly called the [[decimal point]], where the prefix [[wikt:deci-|deci-]] implies base 10. Similarly, the term "binary point" is used for [[binary numeral system|base 2]].


In [[List of countries where English is an official language|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 [[Numeral system|numerals]]. In other regions, a comma (,) is usually used instead (see [[decimal separator]] for further information).
In [[List of countries where English is an official language|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 [[Numeral system|numerals]]. In other regions, a comma (,) is usually used instead (see [[decimal mark]] for further information).


== Examples ==
== Examples ==

Revision as of 19:10, 23 April 2014

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

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 mark for further information).

Examples

  • In base 10 (decimal): 13.625
In this example, 13 is the integer to the left of the radix point, and 625 (i.e. 625/1000) is the fractional part to the right.
  • In base 2 (binary): 1101.101
The binary number 1101.101 has the following digits:
Power of 2 3 2 1 0 −1 −2 −3
Binary digit 1 1 0 1 . 1 0 1

Hence, its decimal value can be calculated as:

It is now seen that 1101, which is to the left of the radix point, is the binary representation of the decimal number 13. To the right of the radix point is 101, which is the binary representation of the decimal fraction 625/1000 (or 5/8).

See also