Closed
Description
It is not the first time is_polynomial()
behaves wrong, see #11352.
Here's the bug:
sage: var('x,y')
(x, y)
sage: (y/x).is_polynomial(x)
True
Component: symbolics
Keywords: polynomial symbolic
Author: Ralf Stephan
Branch/Commit: 7777342
Reviewer: Jeroen Demeyer
Issue created by migration from https://trac.sagemath.org/ticket/15304