#17130: Fix coercion bugs in symbolic functions
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.4
      Component:  symbolics          |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/ticket/17130            |  b6e1ed44a663f7410fddb2e3e4c134aa3a0ce8cf
   Dependencies:  #17131, #17133     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by vbraun):

 I don't think it is overly long, nor is there a good way of splitting it
 up. Patch looks good to me.

 Its somewhat confusing that `is_numerical` is completely different from
 `GiNaC::numeric`. How about `is_approximate`, `is_limited_precision`, or
 `is_floating_point` (I'd be happy to call padics "floating point" in this
 case).

 Is it possible to replace `is_inexact` with `is_numerical` everywhere? The
 difference is
 {{{
 sage: is_inexact(pi)
 True
 sage: sin._is_numerical(pi)
 False
 }}}
 I'm not super happy with pi being "inexact", though perhaps there is a
 technical reason for why we need it.

--
Ticket URL: <http://trac.sagemath.org/ticket/17130#comment:23>
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/d/optout.

Reply via email to