#12588: abs(pi*I) should return pi
-------------------------------------------------+-------------------------
       Reporter:  dkrenn                         |        Owner:  burcin
           Type:  defect                         |       Status:  new
       Priority:  major                          |    Milestone:  sage-6.7
      Component:  symbolics                      |   Resolution:
       Keywords:  absolute value, symbolic       |    Merged in:
        Authors:                                 |    Reviewers:
Report Upstream:  Reported upstream. Developers  |  Work issues:
  acknowledge bug.                               |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:                                 |
-------------------------------------------------+-------------------------
Changes (by rws):

 * upstream:  N/A => Reported upstream. Developers acknowledge bug.
 * milestone:  sage-6.4 => sage-6.7


Comment:

 This is now https://github.com/pynac/pynac/issues/37

 Note also
 {{{
 sage: abs(2*pi)
 abs(2*pi)
 sage: abs(2.*pi)
 abs(2.00000000000000*pi)
 }}}
 which is a different issue (in Pynac/`abs_eval` the nonnegative case is
 already handled but obviously does not work here). This is
 https://github.com/pynac/pynac/issues/39

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