Expand description
Operations on values.
Functions§
- add
- Compute the sum of two values.
- and
- Compute the logical “and” of two values.
- compare
- Compare two values.
- contains
- Test for containment.
- div
- Compute the quotient of two values.
- eq
- Compute whether two values are equal.
- equal
- Determine whether two values are equal.
- geq
- Compute how a value compares with another value.
- gt
- Compute how a value compares with another value.
- in_
- Test whether one value is “in” another one.
- join
- Join a value with another value.
- leq
- Compute how a value compares with another value.
- lt
- Compute how a value compares with another value.
- mul
- Compute the product of two values.
- neg
- Compute the negation of a value.
- neq
- Compute whether two values are unequal.
- not
- Compute the logical “not” of a value.
- not_in
- Test whether one value is “not in” another one.
- or
- Compute the logical “or” of two values.
- pos
- Apply the unary plus operator to a value.
- sub
- Compute the difference of two values.