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.