#11839: sage.symbolic.expression.Expression.collect has no documentation
------------------------------------+---------------------------------------
       Reporter:  mjo               |         Owner:  mvngu              
           Type:  defect            |        Status:  needs_review       
       Priority:  major             |     Milestone:  sage-5.1           
      Component:  documentation     |    Resolution:                     
       Keywords:                    |   Work issues:                     
Report Upstream:  N/A               |     Reviewers:  Karl-Dieter Crisman
        Authors:  Michael Orlitzky  |     Merged in:                     
   Dependencies:                    |      Stopgaps:                     
------------------------------------+---------------------------------------
Changes (by mjo):

  * status:  needs_work => needs_review


Comment:

 I was worried about things like,

 {{{
 sage: bool(1/3*sqrt(2/5) == 2/3*sqrt(1/10))
 False
 }}}

 and the fact that the relevant Ginac code calls expand:

 {{{
 // correct for lost fractional arguments and return
 return x + (*this - x).expand();
 }}}

 but I think I've convinced myself that this won't matter because we'll be
 expanding zero in that last statement.

 Patch has been updated.

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