-
-
Notifications
You must be signed in to change notification settings - Fork 698
Closed
Description
This should give similar results, but it is inconsistent:
P1.<x>=QQ[]
L=P1.fraction_field()
x=L(x)
P2.<y>=P1[]
f=x+y
P3.<x,y>=QQ[]
P3(f)
0*P3.0+f
Apply
to the Sage library repository.
Depends on #9944
Component: coercion
Author: Simon King
Reviewer: Julian Rueth
Merged: sage-4.7.2.alpha3
Issue created by migration from https://trac.sagemath.org/ticket/813