Skip to content

Commit

Permalink
Fix bug 4763
Browse files Browse the repository at this point in the history
  • Loading branch information
gajennings committed May 22, 2023
1 parent 99bc6df commit f620983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenProblemLibrary/272/setStewart14_1/problem_4.pg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $showPartialCorrectAnswers = 0;
@questions = (
"\(f(x,y) = 1/(1 + x^2 + y^2)\)",
"\(f(x,y) = (x^2 - y^2)^2\)",
"\(f(x,y) = (x - y)^2\)",
"\(f(x,y) = (x + y)^2\)",
"\(f(x,y) = \cos(x^2 + y^2)/(1 + x^2 + y^2)\)",
"\(f(x,y) = \sin(x)\)",
"\(f(x,y) = 3 - x^2 - y^2\)",
Expand Down

0 comments on commit f620983

Please sign in to comment.