--- func_math.c.orig 2007-01-02 17:35:52.000000000 +0100 +++ func_math.c 2007-01-02 17:36:34.000000000 +0100 @@ -267,7 +267,7 @@ .synopsis = "Performs Mathematical Functions", .syntax = "MATH([,])", .desc = "Perform calculation on number 1 to number 2. Valid ops are: \n" - " +,-,/,*,%,<,>,>=,<=,==\n" + " +,-,/,*,%,<,>,>=,<=,==,<<,>>,^\n" "and behave as their C equivalents.\n" " - wanted type of result:\n" " f, float - float(default)\n"