#5572: fast_callable improvements (followup for #5093)
------------------------------+---------------------------------------------
 Reporter:  robertwb          |       Owner:  cwitty    
     Type:  defect            |      Status:  assigned  
 Priority:  major             |   Milestone:  sage-4.1.2
Component:  basic arithmetic  |    Keywords:            
 Reviewer:                    |      Author:            
   Merged:                    |  
------------------------------+---------------------------------------------

Comment(by jason):

 More fast_callable improvements:

  * domain=float is the same as domain=RDF, but domain=complex is not the
 same as domain=CDF.  Make domain=complex use the same interpreter as
 domain=CDF

  * if g is a callable expression, then fast_callable(g) should use
 g.args() for the variables, not g.variables().  Hmm...or maybe return an
 error if g.args() is not equal to g.variables(), since every variable
 really does have to be satisfied.

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