Number Base

1 revision
#11 week ago
+6
Migrated from pages table
+A **number base**, or [radix](/wiki/radix), defines the number of unique [digits](/wiki/digit) used in a positional numeral system. Each position's value is a power of this base, like base-10 for our everyday counting or base-2 for computers.
+## See also
+- [Binary](/wiki/binary)
+- [Decimal](/wiki/decimal)
+- [Hexadecimal](/wiki/hexadecimal)
... 1 more lines