About JCalc
This app is a calculator that can be displayed in hexadecimal / decimal / binary number at the same time.
Feature
- Hexadecimal / decimal / binary input and display.
- Calculation of the +,-,×,÷,and,or,xor,mod.
- Undo function of the operational state.
- The vibration function when pressed a key.(Set from the menu)
Specification Descriptions
- Calculation is done in the signed 32-bit.(The calculation is done in the int type of Java.)
- Calculation of the decimal point does not support.
- Calculation by the mathematical order of priority does not support.(Example:1+2*3=9)