Skip to content

Commit 7b7e2a5

Browse files
fixes #997 (#998)
Co-authored-by: Martin Henz <henz@comp.nus.edu.sg>
1 parent e1534f6 commit 7b7e2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/chapter2/section1/subsection4.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ function the_trouble_maker(xl, xu, yl, yu) {
411411
const p2 = xl * yu;
412412
const p3 = xu * yl;
413413
const p4 = xu * yu;
414-
make_interval(math_min(p1, p2, p3, p4),
414+
return make_interval(math_min(p1, p2, p3, p4),
415415
math_max(p1, p2, p3, p4));
416416
}
417417
function mul_interval(x, y) {

0 commit comments

Comments
 (0)