Patch by John Scipione: Added cbrt() function to the supported functions

and factrorial expression support. Closes ticket #7945, thanks a bunch!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42690 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2011-08-26 10:31:29 +00:00
parent a3ab429e07
commit 26fbe862cf
2 changed files with 46 additions and 24 deletions
@@ -59,6 +59,7 @@ class ExpressionParser {
int32 argumentCount);
MAPM _ParseFunction(const Token& token);
MAPM _ParseAtom();
MAPM _ParseFactorial(MAPM value);
void _EatToken(int32 type);