On Aug 21, 1:03 pm, Simon King <simon.k...@uni-jena.de> wrote:
> If you have an object that is directly followed by parentheses, then
> in Python, which is the underlying language of Sage,  it means
> function evaluation. Hence, when you write f(x) then you normally do
> NOT want to multiply f and x, but typically f is a function and you
> want to evaluate it at the point x.

Simon

Thanks for the info.  I thought of a perfect solution.  Rarely in
Python or Sage, when people invoke functions, do they leave a space
between the function name and the argument list....

e.g.

sin (pi)    # rare,  sin(pi) more likely
f (3, 4)    # rare,   f(3, 4) more likely

What about a run level that parses "f (3, 4)" as implicit
multiplication?

Sincerely,

Chris

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to