I have a polynomial equation which needs to be solved programmatically. The equation is as below.
x/207000 + (x/1349)^(1/0.282) = (260)^2/(207000*x)
I need to solve for x. I am using javascript for this. Is there any library in javascript which can solve mathematical equation?