Skip to content

PowerSeries_poly.reverse() should be more careful with conversions to pari #20847

@mezzarobba

Description

@mezzarobba
sage: Series = PowerSeriesRing(SR, 'x')
sage: ser = Series([0, pi])
sage: ser
pi*x
sage: ser.reverse()
0.318309886183791*x + O(x^20)

Component: algebra

Issue created by migration from https://trac.sagemath.org/ticket/20847

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions