get arguments of symbolic expression
v: GetArgs( e )
symbolic expression
vector of symbolic scalars
Returns a vector v with the top-level arguments of expression e.
// expression e = %(Sym("f(x,y)+3*z/y+g(z)")) // top-level arguments of epression e GetArgs(e) // clean up free(e); clear e;
SymEngine: C++ library for fast symbolic manipulation.