expression z | Returns the appropriate value if possible otherwise it returns the function with the simplified expression |
var r = nerdamer('polarform(b*x+x*c*i)');
console.log(r.toString());
var t = nerdamer('polarform(5+i)')
console.log(t.toString());