This class represents the real part of an expression.
Real(expr)# S4 method for Real
to_numeric(object, values)
# S4 method for Real
dim_from_args(object)
# S4 method for Real
is_imag(object)
# S4 method for Real
is_complex(object)
# S4 method for Real
is_symmetric(object)
A list of arguments to the atom.
to_numeric
: The imaginary part of the given value.
dim_from_args
: The dimensions of the atom.
is_imag
: Is the atom imaginary?
is_complex
: Is the atom complex valued?
is_symmetric
: Is the atom symmetric?