From 664d95d34d31b9be66eda667df2f2c42ba0b15a0 Mon Sep 17 00:00:00 2001
From: "the Phoeron\" Colin J.E. Lupton" <thephoeron@protonmail.com>
Date: Mon, 22 Aug 2022 16:42:18 -0400
Subject: [PATCH] Completely remove insane final example for Exercise 1.6.6,
 Binary Integer Notation, because GitBook is still being a prat

---
 1-06-05-binary-notation.md | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/1-06-05-binary-notation.md b/1-06-05-binary-notation.md
index e08fb46..a734689 100644
--- a/1-06-05-binary-notation.md
+++ b/1-06-05-binary-notation.md
@@ -26,8 +26,6 @@
 (+ #b10101 #b101)
 
 (format nil "~b" #b101010101)
-
-(format nil "~b" (expt -1234567890 147))
 ```
 
 ### What You Should See
@@ -80,7 +78,4 @@ So all the usual number-related tricks are available.
 
 * (format nil "~b" #b101010101)
 "101010101"
-
-* (format nil "~b" (expt -1234567890 147))
-"-110000011111101101010011100111101101111100000101001001010001011100011101101110010001001011010010100101110110001011001011011001111100111011010010001110111001010101111110010000100100111011011000001111110010000111110110100111110000011100011100100100101111011010111000111001110101011001110011010011000101100110110011100111011010101010111000001010010101010000011100000101011101111100111010110010100110001001000001010110001011100001110011000001010001111000101101110000000001010100011101101110010010011110110010110111001001111110111000011111010000100000110010001011010101001000100010111010101001100000110110101111001111010000100010001000111101010111110110111111110010110100110000001010000111100011010101110010011000111100101100100101100000101110011000000011101001110101010001010101001110001011111000111001111111111010101010100000010111101010101001001111011011001101001110101110110010101101011111100110010111110101000111100111100000001101111111101111001010000011111111110101110101000000100000000000000111000100101111001001010010111011100000010000101000100011011100001100000011000001101110100101101011000000101001110010101010111100001100011100111010111110101001110111101010011011000111010100110110100010000000100001001111101101101111101100011010011101011000100101010000001111101100010101111001101000100111011000011000110000111101001000110010101110011110000110110110111010011011010001001101000111101110001000101100111000110001110111001100011011011101011010010010110000000010011100101010001011100101110010000011001001000110000101000111111010011010001100111100011010100001000000000111010010011110101101010110001011011100110110110001111101101100001101000100110000111001110000010101101011101101101111111111001001100011110011011001111001111100001101110001011110101111100100110000101011100010010100011110100101100110011100000101011010011111011100110111000101101011110110010111000011100110001001110110101001001010100110010011001010100010111101100111111101100111011101111100110010010110100110010101111110011000000000001100110111101000010111101100110000010101011100010011111001101000110110001100001010100101010111100110100111010010100011101101110000101110011010011110100100001110010100100110000110001010010011011111111110011101001101011101000100100000000100100001001001010110011000011010111001110110011000101101111001011101101000110010010110010101000100101011100001000010101001100001100000010110000010110101000111110001010000111110111001110101000111000100111000010010111111100101110010001011010101101110000000011110001011111001001101011011110110000100100101001000010101101001000110101101111111101010001010000101000000110001001011011100001110101110101000101110010001101010100001101011110100001000000001101110011111001001011000111110011000101110111110011001111000011001110010100101111010110011001000110000000111110101110110000011010101111011000001010011110010110001000111101101100100110001001010101000001100101110100000100111101011101010010001011100000001110101011111000111111000011011110010100010001001000100101000110110110010110010111001000100110000111111010000100011001101010000111100010111100000100111001101111110100001100100010101101100000100001011010101001110111100010010001001010011111011010110100101111010101110000101001001111111100001100000111000101100110011111010000010100001110111101010111000001000010001110001110000011110110000110001100001011000101111001001011101101011110011101111101101001011000111011011001111101100001011000001110101101100111101101000010111000010110110011000001010101111000101010011110010111011111101000001110101101101110100010010011010101111100001010011001110110100100111001101111011110010100001101101000010001010110011010111111110100110010100101111010100101000001001111000111100100111001101110000010011010010010100000001100110001000111110001010110101111000001100000100111000111001010111001110110000111001111001011110100010011101011110101011001010000110000001100100011111111101100000000100011000100001000001010101111111111011100111001010001010000101101100010111110000110101010000110100000101110101010100101111100011101000010101001001100001011010100110001111100110011001000110011110110000110101011000010101000100100111000011110001110111100000000111110101101010110111011100101011011001010001101001010101100111101110000001010001001000110101000000101100001010001000010000100000101111001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
 ```
-- 
GitLab