Skip to content

Commit d0147c5

Browse files
committed
Changed math in The Rest Of Your Life for clarity. Resolves RayTracing#378
1 parent 3f77a8f commit d0147c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

books/RayTracingTheRestOfYourLife.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@
308308
309309
$$
310310
area(C'r, 0, 2) = \int_{0}^{2} C' r dr
311-
= \frac{C'r^2}{2}(2) - \frac{C'r^2}{2}(0)
311+
= \frac{C'r^2}{2} \biggr|_{r=2}^{r=0}
312+
= \frac{C' \cdot 2^2}{2} - \frac{C' \cdot 0^2}{2}
312313
= 2C'
313314
$$
314315

0 commit comments

Comments
 (0)