Decimal: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
>Abwayax
No edit summary
>Torchickens
No edit summary
Line 1: Line 1:
{{wikipedia}}
{{wikipedia}}
The '''decimal''' (base ten) number system is the most widely used number system. It uses the number ten as its base. Decimal numbers use the digits 0 through 9. In the Pokémon glitch community, the term '''decimal''' or '''DEC''' refers to the base ten form of an [[identifier]], as opposed to the base sixteen ([[hexadecimal]] or HEX) form.
The '''decimal''' (base ten) number system is the most widely used number system. It uses the number ten as its base. Decimal numbers use the digits 0 through 9.

The term '''decimal''' or '''DEC''' can refer to the base ten form of an [[identifier]], as opposed to the base sixteen ([[hexadecimal]] or HEX) form.

In Pokémon Red/Blue/Yellow, money is stored in a unique way, so that the hexadecimal value of a money byte matches the decimal value (e.g. '99' is actually 99).


[[Category: Terminology]]
[[Category: Terminology]]

Revision as of 21:38, 26 May 2014

Wikipedia also has an article about Decimal.

The decimal (base ten) number system is the most widely used number system. It uses the number ten as its base. Decimal numbers use the digits 0 through 9.

The term decimal or DEC can refer to the base ten form of an identifier, as opposed to the base sixteen (hexadecimal or HEX) form.

In Pokémon Red/Blue/Yellow, money is stored in a unique way, so that the hexadecimal value of a money byte matches the decimal value (e.g. '99' is actually 99).