Changed preform to perform (#31731)
This commit is contained in:
committed by
The Coding Aviator
parent
2ed6bc9831
commit
152a73c81a
@ -3,7 +3,7 @@ title: Binary Calculator
|
|||||||
---
|
---
|
||||||
## Binary Calculator
|
## Binary Calculator
|
||||||
|
|
||||||
A Binary Calculator is used to preform addition, subtraction, multiplication, or division of two binary numbers. A binary calculator can also convert binary values to decimal values, and vice versa.
|
A Binary Calculator is used to perform addition, subtraction, multiplication, or division of two binary numbers. A binary calculator can also convert binary values to decimal values, and vice versa.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
10101010 + 11001100 = 0101110110 (binary) or 374 (decimal)
|
10101010 + 11001100 = 0101110110 (binary) or 374 (decimal)
|
||||||
|
Reference in New Issue
Block a user