Skip to content

Commit 00fe1be

Browse files
committed
differences for PR #1097
1 parent e964349 commit 00fe1be

File tree

3 files changed

+259
-1
lines changed

3 files changed

+259
-1
lines changed

10-defensive.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ representing the lower left and upper right corners of the rectangle.
109109
In order to do some calculations,
110110
we need to normalize the rectangle so that the lower left corner is at the origin
111111
and the longest side is 1.0 units long.
112+
113+
![](fig/rectangle_normalization.svg){alt='Rectangle normalization follows one of two paths depending on which side is longer.'}
114+
112115
This function does that,
113116
but checks that its input is correctly formatted and that its result makes sense:
114117

fig/rectangle_normalization.svg

Lines changed: 255 additions & 0 deletions
Loading

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"episodes/07-cond.md" "e2e4b672a3cc52150cc74b4296f16531" "site/built/07-cond.md" "2023-11-17"
1313
"episodes/08-func.md" "ca1da7a3d21d6b8dee6a1e52d35e8d84" "site/built/08-func.md" "2023-11-10"
1414
"episodes/09-errors.md" "9eb44385622246a7b9e5e51ab0057c81" "site/built/09-errors.md" "2023-04-21"
15-
"episodes/10-defensive.md" "ec548cde2f4a5a3b7aa5301cc9bbc2f4" "site/built/10-defensive.md" "2023-11-16"
15+
"episodes/10-defensive.md" "3da266d884e2a11ba528edcaf9aba847" "site/built/10-defensive.md" "2025-02-27"
1616
"episodes/11-debugging.md" "2376a87cad5c1f039796f7315a223aff" "site/built/11-debugging.md" "2023-04-21"
1717
"episodes/12-cmdline.md" "6364192fd0440c6834d837055705d34b" "site/built/12-cmdline.md" "2023-11-10"
1818
"instructors/additional_material.md" "8032d13185179bda24bbc3d90ed22936" "site/built/additional_material.md" "2023-04-21"

0 commit comments

Comments
 (0)