نصب | <۱۰ |
از ۰ رأی | ۰ |
دستهبندی | آموزش |
حجم | ۳ مگابایت |
آخرین بروزرسانی | ۹ بهمن ۱۴۰۲ |
نصب | <۱۰ |
از ۰ رأی | ۰ |
دستهبندی | آموزش |
حجم | ۳ مگابایت |
آخرین بروزرسانی | ۹ بهمن ۱۴۰۲ |
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 >>>)