ENH: improve docs

This commit is contained in:
Bill Hoffman 2007-09-11 10:01:40 -04:00
parent eac03d948a
commit 4835f8303b
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,9 @@ public:
" MATH(EXPR <output variable> <math expression>)\n"
"EXPR evaluates mathematical expression and return result in the "
"output variable. Example mathematical expression is "
"'5 * ( 10 + 13 )'.";
"'5 * ( 10 + 13 )'. Supported operators are "
"+ - * / % | & ^ ~ << >> * / %. They have the same meaning "
" as they do in c code.";
}
cmTypeMacro(cmMathCommand, cmCommand);