Results 1 issues of Ja

I am using the following algorithm: ``` javascript SOLVER('x+y/z=25').sub({z:4,x:50}).solve("y").toString() ``` the answer should be -100. when i place this expression in node, it evaluates correctly, however, when i try to...