(-) symbolic negation operator
b = Neg( a ) b = -a
symbolic
Returns the negation b = -a.
// create expression a = Sym("-x+y-z") // negation of expression -a
SymEngine: C++ library for fast symbolic manipulation.