IntCalc for iPhone v1.0—Mobile RPN Calculator
- IntCalc is a RPN calculator, loosely based on the ancient HP16c programmer’s calculator
- Displays and converts between any of the common number bases—binary, octal, decimal, hexidecimal—as well as ASCII
- 32-bit integer arithmetic, double precision floating point
- Displays all four elements of the stack with room to see all 32 bits in binary mode
- Includes many bitwise integer functions ("and", "or", "xor" "not", shift, rotate, set bit, clear bit, etc.)
- Floating-point functionality includes square root, reciprocal, y-to-the-x, and trigonometric and logarithmic functions