On Friday, June 8, 2018 at 10:25:10 AM UTC-7, Jeroen Demeyer wrote:
>
> I vote for 
>
> > 2) Laurent polynomials should conform to the rule (R0) and a / b 
> > should always be a rational fraction 
>
> by analogy with other parents, in particular polynomials. 
>

Not to mention integers! While I have seen plenty of first-timers being 
tripped up by:

{{{
sage: parent(4/2)
Rational Field
}}}

I think consensus has settled on this being the preferred behavior, in 
light of the availability of

{{{
sage: parent(4//2)
Integer Ring
}}}

Kiran

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to