nicolewhite / algebra.js

Build, display, and solve algebraic equations.
http://algebra.js.org
MIT License
1.34k stars 111 forks source link

Can't Parse when variable in the fraction (1/y or 1/x) #82

Open pansitwattana opened 7 years ago

pansitwattana commented 7 years ago

algebra.parse('(1)/(y)=3')

throw an error

Invalid Argument (y): Divisor must be of type Integer or Fraction.

Benjadahl commented 7 years ago

Currently a feature that is not supported, looking into how it would be possible

madhumurugan89 commented 6 years ago

Hi, I am also facing similar issue, is there any other way to solve this? please advice

sjorsvanheuveln commented 6 years ago

Having the same issue here.

LukeBorowy commented 6 years ago

Same here. This really needs to be added.

IsaMorphic commented 5 years ago

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