PCalc (Programmer's Calculator) is a CLI-based calculator that operates on
32 bit integers. Requires WB 2.04 or higher. Freeware.
Features:
- Input data as decimal, hexadecimal, binary, or ASCII.
- Output is displayed in decimal, hexadecimal, binary, and ASCII format.
- 29 operators. Arithmatic, logical, boolean, character...
- Multiple operations in an expression; e.g. PCalc 2 + (5 * 4) ^ 3
- Many operators may be invoked in more than one way. For example, "|" and
"OR" both perform a logical OR.
- Tested with Enforcer and MungWall.
|