Hello,

One last thing about xgcd. We currently have
{{{
sage: xgcd(2.0, 6.0)
2
sage: xgcd(2.0, 6.0).parent()
Integer Ring
}}}
I would like it to be changed in
{{{
sage: xgcd(2.0, 6.0)
1.0
sage: xgcd(2.0, 6.0).parent()
Real Field with 53 bits of precision
}}}

If anybody feels like we should not break the backward compatibility
here please tell me now... otherwise it will be changed in #17671.

Vincent

-- 
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 http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to