We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799a0c7 commit 75ef262Copy full SHA for 75ef262
Chapter13/README.md
@@ -95,3 +95,6 @@ How do you color and label a graphed function?
95
96
## [Review 9](review/09.txt)
97
What do we mean when we say that a series approximates a function?
98
+
99
+## [Review 10](review/10.txt)
100
+Why would you sketch out the layout of a graph before writing the code to draw it?
Chapter13/review/10.txt
@@ -0,0 +1,6 @@
1
+So that we can get a schematic view of the overall look of our graph,
2
+and we can store offsets and spacings in symbolic constants that makes
3
+it easier to calculate exact coordinates inside our graphing area.
4
5
+And afterall, it would be hard to code something,
6
+that we don't even understand the design of.
0 commit comments