Skip to content

Commit ba5b35f

Browse files
authored
Merge pull request #744 from RayTracing/fix-735
Add additional changes for #735
2 parents 66a015a + 0b506e5 commit ba5b35f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Change Log -- Ray Tracing in One Weekend
3434

3535
### _The Rest of Your Life_
3636
- Fix: Fix errors in citation section (#721)
37+
- Fix: Area equation in section 3.3 Constructing a PDF and nearby text (#735)
3738
- Add: Listing 36: Add missing updates to dielectric class for updating specular in scatter record
3839

3940

books/RayTracingTheRestOfYourLife.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
<div class='together'>
342342
Given a random number from `d = random_double()` that is uniform and between 0 and 1, we should be
343343
able to find some function $f(d)$ that gives us what we want. Suppose $e = f(d) = d^2$. This is no
344-
longer a uniform PDF. The PDF of $e$ will be bigger near 0 than it is near 1 (squaring a number
344+
longer a uniform PDF. The PDF of $e$ will be bigger near 1 than it is near 0 (squaring a number
345345
between 0 and 1 makes it smaller). To convert this general observation to a function, we need the
346346
cumulative probability distribution function $P(x)$:
347347

books/acknowledgments.md.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
- [Aaryaman Vasishta](https://github.com/jammm)
2424
- Andrew Kensler
25+
- [Antonio Gamiz](https://github.com/antoniogamiz)
2526
- Apoorva Joshi
2627
- [Aras Pranckevičius](https://github.com/aras-p)
2728
- Becker

0 commit comments

Comments
 (0)