This base class represents expressions involving binary operators.
# S4 method for BinaryOperator
to_numeric(object, values)# S4 method for BinaryOperator
sign_from_args(object)
A list of arguments to the atom.
to_numeric
: Apply the binary operator to the values.
sign_from_args
: The sign of the expression.