开发者

What other numeric systems are there? [closed]

开发者 https://www.devze.com 2023-02-26 20:09 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. 开发者_JS百科 Closed 11 years ago.

There's binary, decimal, hexadecimal, anything else?


Octal (base-8) is another popular one, but there are infinitely many numeric systems.

For example, in Excel the columns are labeled in hexavigesimal (base-26).

Here is a list of popular positional numeric systems.

Then you also have other numeric systems that aren't positional, such as Chinese and Roman numeral systems, but I'm guessing by your examples that you meant strictly positional numeric systems.


You can use any base you like to represent numbers, though it becomes difficult once you move beyond the alphanumeric characters. On the other hand, if you consider a single byte as a "digit", then most (unsigned) integral numbers are stored in base-256 within a computer.

That being said, the only widely-used number system aside from those listed (that I'm aware of) is Octal, which is base-8.


The Babylonians liked base 60 (sexagesimal)...

http://en.wikipedia.org/wiki/Babylonian_numerals


There are infinitely many...check out the Wikipedia page for Arity (specifically n-ary):

Arity - Wikipedia


There are tons of bases for integers (with pretty much everyone knowing base 10).

Also complex, real, & rational.

Wikipedia Number


A numbering system can be formed for any Number n, where n need only be an element of the Hamiltonians or any subset thereof the digits then correspond to the form

{n^k0, n^k0-1, n^k0 -2, ... n^0}.(radix point){n^-1, n^-2, ...,n^k1} Where k0 is the High order of magnitude, and k1 is the precision

0

精彩评论

暂无评论...
验证码 换一张
取 消