#15030: Switch standard 2D plotting from `fast_float` to `fast_callable`
-------------------------------+----------------------------
       Reporter:  eviatarbach  |        Owner:
           Type:  defect       |       Status:  needs_review
       Priority:  major        |    Milestone:  sage-5.12
      Component:  graphics     |   Resolution:
       Keywords:               |    Merged in:
        Authors:               |    Reviewers:
Report Upstream:  N/A          |  Work issues:
         Branch:               |       Commit:
   Dependencies:               |     Stopgaps:
-------------------------------+----------------------------

Comment (by eviatarbach):

 I think it's because `plot` (look at the function `generate_plot_points`
 in `sage.plot.plot`) generates float points, and

 {{{
 sage: exp(1e5r)
 OverflowError: math range error
 }}}

 Maybe it should generate RealNumber points instead (I guess they should
 also be faster than floats for many functions, because MPFR functions are
 functions are fast)? In any case, that doesn't affect this ticket.

--
Ticket URL: <http://trac.sagemath.org/ticket/15030#comment:5>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to