Can someone verify that this is a bug? Any hope a fix? (This is with sage-4.0.2 on sage.math.)
{{{ sage: complex_plot((x^2 + I).sqrt().real_part(), (-2, 2), (-2, 2)) --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) ... /usr/local/sage/local/lib/python2.5/site-packages/sage/symbolic/ expression.so in sage.symbolic.expression.Expression.operator (sage/ symbolic/expression.cpp:15127)() RuntimeError: cannot find SFunction in table }}} Nick PS. The following quits with a less than clear error message; it would be nice if there was some input checking. {{{ sage: complex_plot((x^2 + I).sqrt(), (-2, 2), (-2, 2)) # I forgot the real_part }}} --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---