eolas/zk/Twos_complement.md

22 lines
321 B
Markdown
Raw Normal View History

2024-03-19 07:20:03 +00:00
---
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]]