Difference between revisions of "Complex formulas"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 24: | Line 24: | ||
===== Examples ===== | ===== Examples ===== | ||
Script code | |||
- | |||
Expression | |||
- |
Revision as of 09:41, 22 May 2013
Common operators
- Add: +
- Subtract: -
- Division: /
- Multiply: *
- Modulus: %
Mathematical functions
- Minimum
- Maximum
Support for statements
IF statement
- Test: Value or expression
- Equal: =
- Unequal: !=
- Greater: > (>=)
- Lesser: < (<=)
- true/false values
- Value
- Expression
Examples
Script code
-
Expression
-