-
-
Couldn't load subscription status.
- Fork 680
Closed
Milestone
Description
sage: R.<r> = ZZ[[]]
sage: o = SR(r.O(2)).operands()[1]; o
Order(r^2)
sage: o.operator()
...
RuntimeError: cannot find SFunction in table
or
x.Order().operator()
...
RuntimeError: cannot find SFunction in table
Component: symbolics
Author: Benjamin Hackl
Branch/Commit: 7a2e948
Reviewer: Ralf Stephan
Issue created by migration from https://trac.sagemath.org/ticket/19425