On Monday, March 30, 2015 at 9:57:14 AM UTC+2, Volker Braun wrote:
>
> Minimal testcase:
>
> sage: h(x) = floor(x)
> sage: h(pi)._numerical_approx()
> ---------------------------------------------------------------------------
>    4889         if is_a_numeric(x._gobj):
> -> 4890             res = py_object_from_numeric(x._gobj)
>    4891         elif  is_a_constant(x._gobj):
>
> TypeError: cannot evaluate symbolic expression numerically
>

See also
http://trac.sagemath.org/ticket/16587 

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

Reply via email to