This version is out of date, covering development from v8.0.0 to v8.x.x. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v8 Icon

Mathematical operators

Actions and rules may use certain numeric operators. In all cases the argument may be a number or an expression that evaluates as a number.

For example:

$Width=5+log($WordCount); 

$Datum=2*cos(radians($Angle)); 

Comparisons and equality tests are described separately under Basic Comparison Operators.