On Sunday, May 13, 2012 11:49:26 AM UTC+2, AleXoundOS wrote:
>
> So is there any workaround for this issue?


Your first line looks like a hack, i think that won't work or is the 
problem. I suggest you to work with constants and substitute them later. 
e.g. in the spirit of:

 sage: var('x a')                                         
(x, a)
sage: y = a*x                                            
sage: b = y.simplify_full()                              
sage: b.subs({a : 1.12345123451234512345123451234512345})
1.1234512345123451234512345123451235*x

H

-- 
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to