On 2018-03-27, Simon King <simon.k...@uni-jena.de> wrote:
> I know that it is hardly possible to achieve that pasting of printed
> output will ALWAYS create a copy of the printed object. However, in
> cases where it is easily possible (the real number 1 should print as
> 1.0, the rational number 1 should print as 1/1, the complex number 1
> should print as 1.0+0.0*I etc), we should do it.

I just notice that we have the above for real numbers already. However:
  sage: (1+0*I).parent()
  Symbolic Ring

As a casual user I would expect that the above number is a complex
number, not a symbolic expression.

-- 
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