Programmers' Calculator
Two's complement integers. IEEE floating-point.
New 8-bit value
New 16-bit value
New 32-bit value
New 64-bit value
Integer:
+
−
×
÷
∓
Function ...
Signed Modulus
Unsigned Divide
Unsigned Modulus
Absolute Value
Arithmetic Shift Right (>>)
Sign Extend 16-bit
Zero Extend 16-bit
Sign Extend 32-bit
Zero Extend 32-bit
Sign Extend 64-bit
Zero Extend 64-bit
Floating Point:
+
−
×
÷
∓
Function ...
Absolute Value
Ceil
Floor
Round
Bitwise:
¬
∧
∨
xor
Function ...
Shift Left (<<)
Logical Shift Right (>>>)
Truncate 8-bit
Truncate 16-bit
Truncate 32-bit
© Andrew Stubbs. AGPLv3.
Source
,
Instructions
,
Bugs
.