Fixed a bug in symmath_check(): one of the if statements
evaluated bool(ans), which is False when ans=0. This led to an error message "[symmath_check] failed to get MathML for input; dynamath=[None]" when the function reached a later condition. The check that evaluated bool(ans) was redundant, so I removed it.
Showing
Please
register
or
sign in
to comment