ZZ and RDF have string representations as '123' and '123.456', 
respectively. The analog for QQ is

sage: QQ('123/456')
41/152


On Sunday, May 1, 2016 at 4:14:42 AM UTC+2, kcrisman wrote:
>
> RDF('0.0') is fine
> QQ(RDF('0.0')) is fine
> QQ('0') is fine
>

That one is really just QQ(ZZ('0')) using the embedding of ZZ in QQ
 

> QQ(0.0) is fine
> QQ('0.0') # boom
> Any ideas, or should I not expect this to work in the first place?
>

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