#12289: pass algorithm argument to custom numeric evalution methods
---------------------------+------------------------------------------------
   Reporter:  burcin       |          Owner:  burcin       
       Type:  enhancement  |         Status:  new          
   Priority:  major        |      Milestone:  sage-5.0     
  Component:  symbolics    |       Keywords:  pynac        
Work_issues:               |       Upstream:  N/A          
   Reviewer:               |         Author:  Burcin Erocal
     Merged:               |   Dependencies:               
---------------------------+------------------------------------------------
Changes (by burcin):

 * cc: benjaminfjones (added)


Comment:

 The `evalf_dict` branch of Pynac [https://bitbucket.org/burcin/pynac-wip/
 available here], with the attached patches applied to the Sage library,
 allows this:

 {{{
 sage: cot(1/2).n(algorithm='foo')
 11.0000000000000
 sage: cot(1/2).n()
 1.83048772171245
 }}}

 The docstrings for `_convert()` etc. methods of symbolic expressions need
 to be updated to reflect these changes.

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