Can't Parse when variable in the fraction (1/y or 1/x)
Opened this issue · 5 comments
pansitwattana commented
algebra.parse('(1)/(y)=3')
throw an error
Invalid Argument (y): Divisor must be of type Integer or Fraction.
Benjadahl commented
Currently a feature that is not supported, looking into how it would be possible
madhumurugan89 commented
Hi, I am also facing similar issue, is there any other way to solve this? please advice
sjorsvanheuveln commented
Having the same issue here.
LukeBorowy commented
Same here. This really needs to be added.
IsaMorphic commented
I have this implemented to a certain extent and I'm actively working on it. Check it out here: https://github.com/yodadude2003/algebra.js