Skip to content

Commit

Permalink
Merge pull request #1050 from gajennings/main
Browse files Browse the repository at this point in the history
Fix bug 4763
  • Loading branch information
gajennings authored May 22, 2023
2 parents ac9a3df + f620983 commit 2d3deac
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 2d3deac

Please sign in to comment.