#16439: Allow inverse trig functions to all take complex input
-------------------------------------+-------------------------------------
       Reporter:  kcrisman           |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  minor              |    Milestone:  sage-6.3
      Component:  symbolics          |   Resolution:
       Keywords:                     |    Merged in:
        Authors:                     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/ppurka/allow_inverse_trig_functions_to_all_take_complex_input|  
c4ba30d802f932b29205ec3f49f3eeeeb0942e76
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by kcrisman):

 > so `atan` is exactly the same as `arctan` - one fix works for both!
 (Though I haven't actually tried the branch.)

 ----

 I understand and approve of the changes for trig.py, pending verification
 and messing around.  But I don't quite get the changes in function.pyx.
 In particular, it seems like there is too much stuff.  If `org_parent is
 float` then `return org_parent(RDF(res))` does nothing (or at least
 nothing that wouldn't have happened with `float`, I hope).  Why would that
 be better than just converting to `float`?  I'd go straight to trying the
 `CDF` piece.  Is there some specific case I'm not considering that would
 make me think that?

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