Install | <10 |
From 0 Rates | 0 |
Category | Education |
Size | 3 MB |
Last Update | 2024 January 29 |
Install | <10 |
From 0 Rates | 0 |
Category | Education |
Size | 3 MB |
Last Update | 2024 January 29 |
This is a simple and effective Binary Calculator Application
You can perform the below operations in Binary Calculator.
Addition (a + b)
Subtraction (a - b)
Multiplication (a * b)
Division(a / b)
You can perform the below operations in Binary Bitwise Calculator.
AND (a & b)
OR (a | b)
XOR (a ^ b)
NOT (~a)
You can perform the below operations in Binary Bit-shift Calculator.
Left Shift (a <<)
Right Shift(a >>)
Logical Shift(a >>>)