On Tuesday, February 27, 2018 at 1:06:37 AM UTC+1, Pstrang Rzekle wrote:

> Is there a way to trick SageMath into presenting numeric approximations 
> with symbolics? In this specific case, handling numbers with units attached.
>

You will have to use an internal method and convert the number of digits to 
bits yourself, until that is fixed:

sage: x._convert({'parent':RealField(10)})
(1.0e-6)*centimeter

Regards,

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