getSupportedFunctions());
// add MultiplyFunction
generalFunctions.addAll((new MultiplyFunctionCluster()).
getSupportedFunctions());
// add DivideFunction
generalFunctions.addAll((new DivideFunctionCluster()).
getSupportedFunctions());
// add ModFunction
generalFunctions.addAll((new ModFunctionCluster()).
getSupportedFunctions());
// add AbsFunction