var x = nerdamer('roots(x^2-3*x-10)'); console.log(x.toString()) var y = nerdamer('roots(x^2+1)'); console.log(y.toString());