在APKPure安全快速地下载APK
APKPure 使用签名验证功能,确保为您提供无病毒的 Binary Calculator APK 下载。
这是一个简单有效的二进制计算器应用程序
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 >>>)