Difference between revisions of "Manuals/calci/HEX"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 48: | Line 48: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=4EJay-6Bioo|280|center|Hexa Decimal}} | ||
==See Also== | ==See Also== |
Latest revision as of 15:04, 22 February 2019
HEX (a)
- is any integer value.
Description
- This function showing the hexa decimal value.
- In HEX(a) is any integer value.
- Hex is used to write the integer values using hexadecimal base format.
- The word "Hexadecimal" means "based on 16".
- There are 16 Hexadecimal digits.
- A single Hexadecimal digit can show 16 different values instead of the normal 10.
- They are the same as the decimal digits up to 9, but then there are the letters A, B, C, D, E and F in place of the decimal numbers 10 to 15.
Hexadecimal | Decimal |
---|---|
0 | 0 |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 | 8 |
9 | 9 |
A | 10 |
B | 11 |
C | 12 |
D | 13 |
E | 14 |
F | 15 |