This base class represents expressions involving binary operators.
# S4 method for BinaryOperator
name(x)# S4 method for BinaryOperator
to_numeric(object, values)
# S4 method for BinaryOperator
sign_from_args(object)
# S4 method for BinaryOperator
is_imag(object)
# S4 method for BinaryOperator
is_complex(object)
A list of arguments to the atom.
name: Returns the name of the BinaryOperator object.
to_numeric: Apply the binary operator to the values.
sign_from_args: Default to rule for multiplication.
is_imag: Is the expression imaginary?
is_complex: Is the expression complex valued?