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:
@@ -59,6 +59,7 @@ class ExpressionParser {
|
||||
int32 argumentCount);
|
||||
MAPM _ParseFunction(const Token& token);
|
||||
MAPM _ParseAtom();
|
||||
MAPM _ParseFactorial(MAPM value);
|
||||
|
||||
void _EatToken(int32 type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user