ANS(Compute("1+sqrt(2),1-sqrt(2)")->cmp);instead. There is no reason to use
List()
directly, just use Compute()
to parse exactly what you want the students to type.
ANS(Compute("1+sqrt(2),1-sqrt(2)")->cmp);instead. There is no reason to use
List()
directly, just use Compute()
to parse exactly what you want the students to type.