Examples:
Modules:
get_varnames()
Profiling:
Links:
Versions:
Returns a list of variables used in the str math-expression via sympy and puts xvar to the front.
str
xvar
>>> get_varnames("a**x*b+c","x") ['x', 'a', 'b', 'c']