13 throw NotImplementedError(
"Not Implemented.");
21 RCP<const Number> Number::rsub(
const Number &other)
const
31 RCP<const Number> Number::rdiv(
const Number &other)
const
Classes and functions relating to the binary operation of addition.
RCP< Basic > rcp_from_this()
Get RCP<T> pointer to self (it will cast the pointer to T)
virtual RCP< const Number > mul(const Number &other) const =0
Multiplication.
virtual bool is_complex() const =0
virtual RCP< const Number > add(const Number &other) const =0
Addition.
virtual RCP< const Number > pow(const Number &other) const =0
Power.
virtual RCP< const Basic > conjugate() const
virtual RCP< const Number > div(const Number &other) const
Division.
virtual RCP< const Number > sub(const Number &other) const
Subtraction.
Main namespace for SymEngine package.
std::enable_if< std::is_integral< T >::value, RCP< const Integer > >::type integer(T i)