# HG changeset patch # User Carsten Dominik # Date 1176567444 0 # Node ID bcc16ff22a34318c53ab640354dd07f9ae7cd88d # Parent f36a3ee82d47d5e0d7edefee09c54750575a6281 (Formula syntax for Calc): Emphasize the operator precedence in Calc. diff -r f36a3ee82d47 -r bcc16ff22a34 man/org.texi --- a/man/org.texi Sat Apr 14 16:16:43 2007 +0000 +++ b/man/org.texi Sat Apr 14 16:17:24 2007 +0000 @@ -1478,9 +1478,9 @@ @cindex syntax, of formulas A formula can be any algebraic expression understood by the Emacs -@file{Calc} package. Note that @file{calc} has the slightly +@file{Calc} package. @b{Note that @file{calc} has the non-standard convention that @samp{/} has lower precedence than -@samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}. Before +@samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.} Before evaluation by @code{calc-eval} (@pxref{Calling Calc from Your Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU Emacs Calc Manual}),