#4446: New module complex_mpc using lib mpc for complex multiprecision 
arithmetic
--------------------------------+-------------------------------------------
   Reporter:  thevenyp          |       Owner:  mabshoff  
       Type:  enhancement       |      Status:  needs_info
   Priority:  major             |   Milestone:  sage-4.3.4
  Component:  basic arithmetic  |    Keywords:            
     Author:                    |    Upstream:  N/A       
   Reviewer:                    |      Merged:            
Work_issues:                    |  
--------------------------------+-------------------------------------------

Comment(by enge):

 The poor performance of "pow int" is due to the fact that binary
 exponentiation is not currently implemented in mpc; "pow int" just calls
 "pow", and is present as a convenience function. Binary exponentiation is
 on the todo list.

 Except for special cases, "pow" uses log and exp, so the timing should
 essentially be the sum for these two functions. Is it possible that you
 hit a corner case with your experiments, or are the timings consistent
 over several arguments?

 Similarly, what are the arguments for division?

 Concerning solaris, mpc itself builds without problems, see
    http://www.multiprecision.org/index.php?prog=mpc&page=platforms

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4446#comment:16>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to