Hello,

Indeed there are some unconsistancies

 sage: CC(1,2)
 1.00000000000000 + 2.00000000000000*I
 sage: CDF(1,2)
 1.0 + 2.0*I

versus

 sage: QQbar.one() + 2*QQbar.gen()
 2*I + 1
 sage: K = QuadraticField(-1)
 sage: K.one() + 2*K.gen()
 2*a + 1

Vincent

On 11/04/2017 18:25, Pedro Cruz wrote:
Hello,

sage is printing b*I + a and we want to see a + b * I

What could we do ?
We can create a function  to print it a + b*I but is any other standard way?

Thank you,
Pedro


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

Reply via email to