type id of a symbolic
id = typeId( a )
symbolic
non-negative integer
Returns the type (id) of a symbolica.
// some symbolic scalars ... a = Sym("x+5") b = Sym("5+x") c = Sym("1") d = Sym("1.0") // ... and their type ids typeId(a) typeId(b) typeId(c) typeId(d)
SymEngine: C++ library for fast symbolic manipulation.