standardForm f
-- converts a polynomial to a form in which
a polynomial is represented by hash tables in which the keys are
the monomials and the values are the coefficients.
In turn, the monomials themselves are represented by hash tables
in which the keys are the variables and the values are the
corresponding exponents.