From 2a452c32fd2fbdb70d84dc0aa7291f371d5f1f7b Mon Sep 17 00:00:00 2001 From: "the Phoeron\" Colin J.E. Lupton" <thephoeron@protonmail.com> Date: Mon, 22 Aug 2022 16:50:47 -0400 Subject: [PATCH] OK let's try removing all the exercises for Chapter 1.6, Numbers and Math, and re-add them to SUMMARY.md one at a time... --- SUMMARY.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index cfe6974..305895f 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -48,22 +48,6 @@ * [Lists and List-Operations](./1-04-0-lists.md) * [Extra Credit: Look-up Lists and Trees](./1-05-0-lookups-trees.md) * [Numbers and Math](./1-06-0-math.md) - * [Integers](./1-06-01-integers.md) - * [More Integers](./1-06-02-more-integers.md) - * [Hexadecimal Integer Notation](./1-06-03-hexadecimal-notation.md) - * [Octal Integer Notation](./1-06-04-octal-notation.md) - * [Binary Integer Notation](./1-06-05-binary-notation.md) - * [Ratios and Rational Numbers](./1-06-06-ratios.md) - * [Floating-point Numbers](./1-06-07-floating-point.md) - * [Numeric Constants](./1-06-08-constants.md) - * [Complex Numbers](./1-06-09-complex-numbers.md) - * [Arithmetic](./1-06-10-arithmetic.md) - * [More Arithmetic](./1-06-11-more-arithmetic.md) - * [Even More Arithmetic](./1-06-12-even-more-arithmetic.md) - * [Exponents](./1-06-13-exponents.md) - * [Logarithms](./1-06-14-logarithms.md) - * [Trigonometry](./1-06-15-trigonometry.md) - * [Pseudo-Random Numbers](./1-06-16-psuedorandom-numbers.md) * [Extra Credit: Arrays and Vectors](./1-07-0-arrays.md) * [Variables, Parameters, and Constants](./1-08-0-variables.md) * [Extra Credit: Closures](./1-09-0-closures.md) -- GitLab