22 lines
321 B
Markdown
22 lines
321 B
Markdown
![]() |
---
|
||
|
id: gktb
|
||
|
title: Two's complement
|
||
|
tags: []
|
||
|
created: Tuesday, March 19, 2024
|
||
|
---
|
||
|
|
||
|
# Two's complement
|
||
|
|
||
|
## Summary
|
||
|
|
||
|
- _Two's complement_ is a method for representing signed numbers (negative
|
||
|
integers) in binary.
|
||
|
|
||
|
## Detail
|
||
|
|
||
|
## Applications
|
||
|
|
||
|
## Related notes
|
||
|
|
||
|
[[Signed_and_unsigned_numbers|signed_and_unsigned_numbers]]
|