#10567: Parentheses break implicit_multiplication
----------------------------+-----------------------------------------------
 Reporter:  eviatarbach     |         Owner:  was         
     Type:  defect          |        Status:  new         
 Priority:  major           |     Milestone:              
Component:  user interface  |    Resolution:              
 Keywords:                  |        Author:  Eviatar Bach
 Upstream:  N/A             |      Reviewer:              
   Merged:                  |   Work_issues:              
----------------------------+-----------------------------------------------
Changes (by eviatarbach):

  * status:  closed => new
  * resolution:  invalid =>


Comment:

 However, here are some examples where this doesn't work when it should.

 {{{
 sage: (5) (3*5)
 ---------------------------------------------------------------------------
 TypeError                                 Traceback (most recent call
 last)

 /home/eviatar/<ipython console> in <module>()

 TypeError: 'sage.rings.integer.Integer' object is not callable
 sage: (x+3) (x+3)
 x + 6
 }}}

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