Jason Grout wrote: > > I think the bug is in fast_float: > > from sage.ext.fast_eval import fast_float > g=fast_float(2*cos) > g(0) > > gives 0.0 (but should give 2.0).
We've fixed the bug. See http://trac.sagemath.org/sage_trac/ticket/4557 The fix should be out in the next version of Sage, due in probably the next day or two. In the meantime, plot(2*cos(x)) works, like you saw. Thanks, Jason --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
