Skip to content

Commit 7efd9f5

Browse files
committed
Disable Trig so students cannot enter cos(arctan(x))
as suggested by diglin. I completely missed that one.
1 parent 98c9955 commit 7efd9f5

File tree

1 file changed

+1
-0
lines changed
  • OpenProblemLibrary/AlfredUniv/anton8e/chapter1/1.5

1 file changed

+1
-0
lines changed

OpenProblemLibrary/AlfredUniv/anton8e/chapter1/1.5/prob9.pg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ $ans1 = Formula("1/sqrt(x**2 + 1)")->reduce;
4646
$ans2 = Formula("sqrt(1-1/x**2)")->reduce;
4747
$ans2->{limits}=[1.1, 10];
4848
$ans2->{test_at}=[[-2],[-3]];
49+
Context()->functions->disable('Trig');
4950

5051
Context()->texStrings;
5152
BEGIN_TEXT

0 commit comments

Comments
 (0)