Skip to content

Commit

Permalink
fixes #997 (#998)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Henz <henz@comp.nus.edu.sg>
  • Loading branch information
bpetermann and martin-henz committed Jun 30, 2024
1 parent e1534f6 commit 7b7e2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/chapter2/section1/subsection4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ function the_trouble_maker(xl, xu, yl, yu) {
const p2 = xl * yu;
const p3 = xu * yl;
const p4 = xu * yu;
make_interval(math_min(p1, p2, p3, p4),
return make_interval(math_min(p1, p2, p3, p4),
math_max(p1, p2, p3, p4));
}
function mul_interval(x, y) {
Expand Down

0 comments on commit 7b7e2a5

Please sign in to comment.