putFunction(new InListFunction(), reservedFunctions);
putFunction(new AbsFunction(), reservedFunctions);
putFunction(new DivideFunction(), reservedFunctions);
putFunction(new MultiplyFunction(), reservedFunctions);
putFunction(new PlusFunction(), reservedFunctions);
putFunction(new SqrtFunction(), reservedFunctions);
putFunction(new SubstractFunction(), reservedFunctions);
putFunction(new PowerFunction(), reservedFunctions);
putFunction(new PowerCharFunction(), reservedFunctions);