Skicka länk till app

Number Converter Pro


4.4 ( 544 ratings )
Verktyg Produktivitet
Utvecklare: Reefwing Software
2.99 USD

NumCon Pro is a calculator designed for programmers. It converts numbers between binary, octal, decimal and hexadecimal. In addition, you can perform the following operations on any combination of these bases:

- Addition
- Subtraction
- Multiplication
- Division
- AND
- OR
- XOR
- 1s Complement
- Shift Left
- Shift Right

Please drop in to www.reefwing.com.au and let us know if there is additional functionality that you would like to see added to the calculator.

Calculator Constraints & Operation:

1. Operator precedence is evaluated strictly left to right.
2. Only integers are handled and consequently division remainders are truncated.
3. Shift Right is a logical shift not arithmetic so zeros are shifted in from the left.
4. The largest integer input or result is 28 bits long (i.e. 268,435,455 decimal or FFF FFFF hex).