#7614: change plot to use fast_callable
------------------------+---------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.3
Component: graphics | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
------------------------+---------------------------------------------------
Comment(by was):
Replying to [comment:3 jason]:
> Some of the things at #5572 need to be fixed (like constant functions)
before this switch. Right now, fast_float handles things like constant
functions, but fast_callable does not.
1. fast_float is just as bad as fast_callable, IMHO, since fast_float
fails to handle many things too.
2. Nobody is working on fast_callable, as far as I know, since Carl Witty
is no longer working on Sage.
3. The specific problem under consideration could nicely by solved with a
simple try/except:
{{{
try:
fast_float(...)
except:
fast_callable(...)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7614#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.