About Programmer Calculator HEX,BIN
[Advantages]
- You can directly enter binary, octal and hexadecimal numbers like they programs.
- This calculator can be calculated between a number of different forms.
- This input will be saved automatically. And it can use.
- There is a cursor. So easy to modify.
- The calculation results can be checked immediately.
- You can see the results in a number of different forms. (Touch the results window)
[Support Operator]
'+': Plus
'-' : Subtract
'*' : Multiply
'/' : Division
'%': Rest
'^': Square
'&': AND
'|': OR
'#': XOR
'<<': Shift left
'>>': Shift right
[Support Numbers]
HEX : Hexadecimal
- Beginning with '0x', and use the 0-9 and A ~ F.
ex) 0xA12C
DEC : Decimal
- Use the first number is not ‘0’, 0-9.
ex) 215
OCT : Octal
- Beginning with '0', and uses a 0-7.
ex) 024
BIN : Binary
- Beginning with '0b', and uses only 0 and 1.
ex) 0b1011010
[Operational range]
-9007199254740991 < x < 9007199254740991
[Example Calculation]
0xA6+124
1024*13
0b1100101-034
2^12
0x10AF&0xFF00
Please send improvement requests by e-mail.
Thank you!
Download and install
Programmer Calculator HEX,BIN version 1.8 on your
Android device!
Downloaded 1,000+ times, content rating: Everyone
Android package:
asia.tongko.home.tongcal, download Programmer Calculator HEX,BIN.apk
by M####:
I'm *just* an Embedded Software Engineer who happens to write Android Apps as a necessity, but I couldn't enter a Decimal number and convert it to Hex. Tried for almost 5mins, which is 4 mins longer than I should have.