From 7257d47d2c09859aaf810112621b6743394b0e95 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Wed, 20 Mar 2024 08:00:03 +0000 Subject: [PATCH] Autosave: 2024-03-20 08:00:03 --- zk/Signed_and_unsigned_numbers.md | 2 +- zk/Twos_complement.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zk/Signed_and_unsigned_numbers.md b/zk/Signed_and_unsigned_numbers.md index aea65fc..0b5abd4 100644 --- a/zk/Signed_and_unsigned_numbers.md +++ b/zk/Signed_and_unsigned_numbers.md @@ -15,4 +15,4 @@ tags: [binary, binary-encoding] ## Related notes -[[gktb#detail|two's complement ❯ Detail]] +[[Twos_complement]], [[Binary_encoding]], [[Signed_magnitude_representation]] diff --git a/zk/Twos_complement.md b/zk/Twos_complement.md index c983ef6..f059737 100644 --- a/zk/Twos_complement.md +++ b/zk/Twos_complement.md @@ -95,5 +95,5 @@ $$ ## Related notes -[[Signed_and_unsigned_numbers|signed_and_unsigned_numbers]] -[[Binary_addition|binary addition]] +[[Signed_and_unsigned_numbers|signed_and_unsigned_numbers]], +[[Binary_addition|binary addition]], [[Signed_magnitude_representation]]