#10567: Parentheses break implicit_multiplication
------------------------------+---------------------------------------------
Reporter: eviatarbach | Owner: was
Type: defect | Status: new
Priority: major | Milestone:
Component: user interface | Keywords:
Author: Eviatar Bach | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Comment(by lftabera):
Well,
I think that "x(x+3)" and "x(3)" will never work, since this is the syntax
of function call.
If you made the preparser to transform "x(3)" to "x*3". How will you be
able to use a function named x to value 3?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10567#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.