This repository was archived by the owner on Aug 29, 2024. It is now read-only.
This repository was archived by the owner on Aug 29, 2024. It is now read-only.
Another bug : 2/x=3/4 #268
Open
Description
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
at stepThrough.js?5f71:102
after a step with MULTIPLY_TO_BOTH_SIDES
Originally posted by @fpiou in #267 (comment)
Metadata
Metadata
Assignees
Labels
No labels