expression x | Returns the appropriate value if possible otherwise it returns the function with the simplified expression |
var x = nerdamer('log10(100)').evaluate();
console.log(x.toString());
x = nerdamer('log10(100000)').evaluate();
console.log(x.toString());