Polynomials
PolyExp.@ring โ Macro.@ring args...Defines the arguments as variables and output their array.
Example
X = @ring x1 x2PolyExp.deg โ Function.deg(p:Polynomial) -> Int64Degree of a polynomial
deg(s::Series) -> Int64Maximal degree of the moments defined in the seris s.
variables