Skip to content

conversion of bigoh to symbolic #18094

@dkrenn

Description

@dkrenn
sage: P.<p> = ZZ[[]]
sage: a = 1/(1+p)
sage: o = a - a.truncate()
sage: o
O(p^20)
sage: 2*o
O(p^20)
sage: 2*SR(o)
0

The last line is wrong.

Depends on #10846

Component: symbolics

Keywords: sd66

Author: Ralf Stephan

Branch/Commit: 3efac92

Reviewer: Daniel Krenn

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions