Is there an example of how the eval_function works from the TI System Menu module?
I have attempted
s=eval_function("sin",0.5)
print(s)
but this code returns an error.
So does
s=eval_function("sin(0.5)",True)
print(s)
Thank you in advance,
Eddie