Module ops
Expand description
Operations on values.
Functions§
- Compute the sum of two values.
- Compute the logical “and” of two values.
- Compare two values.
- Test for containment.
- Compute the quotient of two values.
- Compute whether two values are equal.
- Determine whether two values are equal.
- Compute how a value compares with another value.
- Compute how a value compares with another value.
- Test whether one value is “in” another one.
- Join a value with another value.
- Compute how a value compares with another value.
- Compute how a value compares with another value.
- Compute the product of two values.
- Compute the negation of a value.
- Compute whether two values are unequal.
- Compute the logical “not” of a value.
- Test whether one value is “not in” another one.
- Compute the logical “or” of two values.
- Apply the unary plus operator to a value.
- Compute the difference of two values.