expression x | Returns the appropriate value if possible otherwise it returns the function with the simplified expression |
var x = nerdamer('factorial(5)').evaluate();
console.log(x.text());
x = nerdamer('factorial(9.1)').evaluate();
console.log(x.text());