emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Calc: `*' binds more strongly than `/'


From: Jay Belanger
Subject: Re: Calc: `*' binds more strongly than `/'
Date: Wed, 20 Jun 2007 12:54:08 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

Luc Teirlinck <address@hidden> writes:
...
> I guess I must be missing something obvious, but given
> left-associativity, can you give me any example where giving /
> precedence over * gives a different result than giving them equal
> precedence

I can't offhand; that's what I asked about.
However, people might be more comfortable seeing "equal precedence" in
the documentation, and it can change the display some:  
if division has precedence, "a*b/c" will display as "(a b)/c";
if they have equal precedence, "a*b/c" will display as "a b/c".

Jay




reply via email to

[Prev in Thread] Current Thread [Next in Thread]