#6256: bug in symbolic arithmetic with exp
-----------------------+----------------------------------------------------
 Reporter:  burcin     |       Owner:  burcin    
     Type:  defect     |      Status:  assigned  
 Priority:  blocker    |   Milestone:  sage-4.0.2
Component:  symbolics  |    Keywords:            
 Reviewer:             |      Author:            
   Merged:             |  
-----------------------+----------------------------------------------------
Changes (by burcin):

  * status:  new => assigned


Comment:

 Here is the fix for pynac:
 {{{
 diff --git a/ginac/mul.cpp b/ginac/mul.cpp
 --- a/ginac/mul.cpp
 +++ b/ginac/mul.cpp
 @@ -1167,7 +1167,7 @@
         if (cmpval != 0) {
                 return cmpval;
         }
 -       if (seq.size() == 1 && overall_coeff.is_equal(_ex_1))
 +       if (seq.size() == 1 && overall_coeff.is_equal(_ex1))
                 return 0;
         return 1;
  }
 }}}

 I'll post an updated spkg later together with a fix for #6244.

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