You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
steps = solveEquation('2/x = 3/4') ---> Math error: No term with symbol: x, returning no steps at stepThrough.js?5f71:102 after a step with MULTIPLY_TO_BOTH_SIDES
Another bug :
steps = solveEquation('2/x = 3')
---> 'x=2/3' (works fine)but
steps = solveEquation('2/x = 3/4')
--->Math error: No term with symbol: x, returning no steps
atstepThrough.js?5f71:102
after a step with MULTIPLY_TO_BOTH_SIDESOriginally posted by @fpiou in #267 (comment)
The text was updated successfully, but these errors were encountered: