#16491: unify output of trigonometric functions for complex input
-----------------------------+------------------------
       Reporter:  ppurka     |        Owner:
           Type:  defect     |       Status:  new
       Priority:  major      |    Milestone:  sage-6.4
      Component:  symbolics  |   Resolution:
       Keywords:             |    Merged in:
        Authors:             |    Reviewers:
Report Upstream:  N/A        |  Work issues:
         Branch:             |       Commit:
   Dependencies:             |     Stopgaps:
-----------------------------+------------------------

Comment (by rws):

 Everything except point 2 seems to be fixed so I'm changing the title.
 {{{
 sage: atan(complex(1,1))
 (1.0172219678978514+0.4023594781085251j)
 sage: acos(complex(1,1))
 (0.9045568943023814-1.0612750619050357j)
 sage: asin(complex(1,1))
 (0.6662394324925152+1.0612750619050357j)
 sage: asin(CDF(complex(1,1)))
 0.6662394324925152 + 1.0612750619050357*I
 sage: asin(CC(complex(1,1)))
 0.666239432492515 + 1.06127506190504*I
 sage: arccot(1.+i)
 arccot(i + 1.00000000000000)
 sage: cot(1.+i)
 cot(i + 1.00000000000000)
 }}}

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