All Arithmetic General Functions

* Operator (arithmetic multiplication)
+ Operator (arithmetic addition)
- Operator (arithmetic subtraction)
/ Operator (arithmetic division)
// Operator (arithmetic division)
. Operator (select a list of text values from a lookup table)
Abs Function (the absolute non-negative value of a number)
Larger Function (the larger of two numbers)
Mod Function (the remainder of a number after division by another number)
Power Function (a number raised to a power)
Sign Function (determines if a number is positive, negative or zero)
Smaller Function (the smaller of two numbers)
Sqrt Function (the square root of a number)