math.rst 339 B

12345678910111213
  1. math
  2. ----
  3. Mathematical expressions.
  4. ::
  5. math(EXPR <output variable> <math expression>)
  6. ``EXPR`` evaluates mathematical expression and returns result in the
  7. output variable. Example mathematical expression is '5 * ( 10 + 13
  8. )'. Supported operators are + - * / % | & ^ ~ << >> * / %. They have
  9. the same meaning as they do in C code.