nicolewhite/algebra.js

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

Opened this issue · 5 comments

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

throw an error

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

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

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

Having the same issue here.

Same here. This really needs to be added.

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