Checking for correctness with trig functions

Just a quick question.

I want to ensure that the system reads something like sin(A)b where A is an angle and b is a side as a correct expression. I am not sure simplefunction works well here.

I can do function.evaluateAt(30,50) where A=30 and b=50 and then use inequalities for the range of the answer, but this does not seem to be working.

I really would appreciate your help.

Thank you in advance.

CL only does in radians (?), so if your intent is degrees, you need to work in a conversion. (It might be vice versa, but the advice is the same.)

You can set the entire activity to run in either degree or radian mode in the activity settings

1 Like

Iā€™m not sure why I thought this was just for the calculator. :smile: