On Dec 16, 2010, at 02:55 , Volker Braun wrote: > Works for me: > > sage: X=Integer(54) > sage: sqrt(X,prec=100) > 7.3484692283495342945918522241 > sage: X=RDF('3.14') > sage: sqrt(X,prec=100) > 1.7720045146669350752850780727
That works for me as well. After posting, I checked further, and found what you found. What doesn't work is using this expression in a .py file in the Sage library. I get the deprecation warning when I invoke the code that contains this expression. Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Absorption of Federal Funds -------- If you're not confused, You're not paying attention -------- -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org