-
-
Notifications
You must be signed in to change notification settings - Fork 641
Closed
Milestone
Description
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