1 | initial version |
Indeed
sage: R.<x> = PuiseuxSeriesRing(QQ)
sage: x.valuation()
1
sage: (x**(1/3)).valuation()
1/3
sage: R.zero().valuation()
0