I find math.js Don't have solve function for an unknown equation like the following equation
var eq = (2.75501+x*0.0013016)+(1.89908+x*-0.0006573)-5 = 0
and when I try to simplify
var simplify_eq =math.rationalize("(2.75501+x*0.0013016)+(1.89908+x*-0.0006573)-5");
it gives me:
6.443e-4 * x - 0.34590999999999994
which e I don't want
I want the number to be 0.00006443
I have tried library like algebra.js but it cannot solve with e like above