mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Convert builtin help to reStructuredText source files
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
This commit is contained in:
13
Help/command/math.rst
Normal file
13
Help/command/math.rst
Normal file
@@ -0,0 +1,13 @@
|
||||
math
|
||||
----
|
||||
|
||||
Mathematical expressions.
|
||||
|
||||
::
|
||||
|
||||
math(EXPR <output variable> <math expression>)
|
||||
|
||||
EXPR evaluates mathematical expression and returns result in the
|
||||
output variable. Example mathematical expression is '5 * ( 10 + 13
|
||||
)'. Supported operators are + - * / % | & ^ ~ << >> * / %. They have
|
||||
the same meaning as they do in C code.
|
||||
Reference in New Issue
Block a user