expression x | Returns the appropriate value if possible otherwise it returns the function with the simplified expression |
var r = nerdamer('atan2(0, 1)').evaluate();
console.log(r.text());
var t = nerdamer('atan2(-1, 2)').evaluate()
console.log(t.text());