Numeric and counting systems
From Just Solve the File Format Problem
(Difference between revisions)
(→Bases) |
(→Bases) |
||
Line 52: | Line 52: | ||
==Bases== | ==Bases== | ||
{| class='wikitable' | {| class='wikitable' | ||
− | ! | + | ! Name !! Base !! Remarks |
|- | |- | ||
− | | [[ | + | | [[Base2|binary]] || 2 |
|- | |- | ||
| [[octal base|octal]] || 8 | | [[octal base|octal]] || 8 | ||
Line 62: | Line 62: | ||
| [[dozenal base|dozenal]] || 12 | | [[dozenal base|dozenal]] || 12 | ||
|- | |- | ||
− | | [[hexadecimal base|hexadecimal]] || 16 | + | | [[hexadecimal base|hexadecimal]] || 16 || See also [[Hex encoding]]. |
|- | |- | ||
| [[vigesimal base|vigesimal]] || 20 | | [[vigesimal base|vigesimal]] || 20 |
Revision as of 13:48, 9 October 2016
Contents |
Number systems
Position based
- Bengali numerals
- Devanagari numerals
- Gujarati numerals
- Gurmukhi numerals
- Hindu-Arabic numerals
- Kannada numerals
- Kayah numerals
- Khmer numerals
- Lao numerals
- Malayalam numerals
- Myanmar numerals
- Nko numerals
- Oriya numerals
- Osmanya numerals
- Tamil numerals
- Telugu numerals
- Thai numerals
- Tibetan numerals
- Vai numerals
Positionless
Bases
Name | Base | Remarks |
---|---|---|
binary | 2 | |
octal | 8 | |
decimal | 10 | |
dozenal | 12 | |
hexadecimal | 16 | See also Hex encoding. |
vigesimal | 20 |
Number classes
- natural number
- whole number
- real number
- transedental number
- fraction
- imaginary number
- algebraic number
- computable number
- definable number