In this scientific calculator app, you can perform hexadecimal, decimal, octal, and binary calculations with RPN input and support for advanced functions including bitwise logic and masking. Includes multiple number systems, shift and rotate functions, and support for integer and floating point math.
About 16C Scientific RPN Calculator
This App is a full simulation of the successful 16C Scientific RPN calculator.
◇The 16C could display numbers in Hexadecimal, Decimal, Octal and Binary formats using a standard 7 segment display
◇Decimal style (1,234.5 1.234,5)
◇Support Contact
◇16C Functions
The 16C provided a wealth of functions for the programmer including.
Integer and floating point math.
Shift functions: Left and right, arithmetic and non.
Rotate functions: Rotate a single position or N positions left or right, through carry or not.
Left justify the bits of a word.
Masking: Create masks to mask left or right N bits.
#B: returned number of bits set in a word
Multiply/Divide: Provided functions for multiplying single precision numbers into single precision or double precision results. Likewise, allowed single or double precision dividends.
Bitwise Logic: and, or, not, xor
Bit setting and testing
Flag setting and testing: (user flags and overflow/carry)
◇The 16C could display numbers in Hexadecimal, Decimal, Octal and Binary formats using a standard 7 segment display
◇Decimal style (1,234.5 1.234,5)
◇Support Contact
◇16C Functions
The 16C provided a wealth of functions for the programmer including.
Integer and floating point math.
Shift functions: Left and right, arithmetic and non.
Rotate functions: Rotate a single position or N positions left or right, through carry or not.
Left justify the bits of a word.
Masking: Create masks to mask left or right N bits.
#B: returned number of bits set in a word
Multiply/Divide: Provided functions for multiplying single precision numbers into single precision or double precision results. Likewise, allowed single or double precision dividends.
Bitwise Logic: and, or, not, xor
Bit setting and testing
Flag setting and testing: (user flags and overflow/carry)
16C Scientific RPN Calculator Screenshots
Tap to Rate: