Using version 9.1 of Sage, Power-Series and Multi-Power-Series O(xn) elements are given valuation n, whereas Laurent-series O(xn) elements are given valuation infinity:
In case this should be changed, here are some considerations for choosing a uniform approach:
padic O(xn) elements are given valuation n (like power-series and multi-power-series), which suggests giving valuation n.
In all cases (power-series, multi-power-series, laurent-series, padics), O(xn) elements return True for is_zero(), which suggests giving valuation infinity (in all cases).
Using version 9.1 of Sage, Power-Series and Multi-Power-Series O(xn) elements are given valuation n, whereas Laurent-series O(xn) elements are given valuation infinity:
In case this should be changed, here are some considerations for choosing a uniform approach:
Component: numerical
Keywords: valuation, zero, power-series, laurent
Issue created by migration from https://trac.sagemath.org/ticket/30696