Operators and Functions for Global Rules

You need operators and functions to write a formula.

Here is the list of available operators and functions.

You can use the following operators.

Operators

+

Addition

-

Subtraction and unary minus

*

Multiplication

/

Division

^

Power

&

Logical AND

|

Logical OR

!

Logical NOT

>, > =

Greater or Equal

<, < =

Smaller or Equal

! =

Not Equal

==

Equal

Warning: We recommend not to use Operators in Minimum, Maximum, Minimum Specification, Maximum Specification since they give boolean results potentially producing unwanted results.

General Functions

abs

fact

rand(min, max)

acos

floor

sin

asin

log

sqrt

atan

log10

sum(x,y,z,...)

avg(x,y,z,...)

max(x,y,z,...)

tan

ceil

min(x,y,z,...)

cos

rand()