polyAlg - Algebra of multivariative polynomials for RAlgebra of functions which looks like:3 * x^2 * y^1 + 5 * zAnd lot of other neat stuff.Example:x= PV("x") y= PV("y") z=x^3+y+x*y C(z) # prints z in C style