var x = nerdamer('sin(9+5)'); //the expression is simplified but the functions aren't called. console.log(x.toString()); //force function calls with evaluate console.log(x.evaluate().toString());