comparison man/org.texi @ 69891:c8bb76e77753

(Formula syntax): Typo in node name of calc-eval xref.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 09 Apr 2006 18:43:41 +0000
parents dbae60ecfd5c
children beebc22085fe
comparison
equal deleted inserted replaced
69890:3f6195e801c7 69891:c8bb76e77753
1062 1062
1063 A formula can be any algebraic expression understood by the Emacs 1063 A formula can be any algebraic expression understood by the Emacs
1064 @file{calc} package. Note that @file{calc} has the slightly 1064 @file{calc} package. Note that @file{calc} has the slightly
1065 non-standard conversion that @samp{/} has lower precedence than 1065 non-standard conversion that @samp{/} has lower precedence than
1066 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}. Before 1066 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}. Before
1067 evaluation by @code{calc-eval} (@pxref{Calling Calc from Your Lisp 1067 evaluation by @code{calc-eval} (@pxref{Calling Calc from Your
1068 Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU Emacs 1068 Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU Emacs
1069 Calc Manual}), variable substitution takes place: 1069 Calc Manual}), variable substitution takes place:
1070 1070
1071 @example 1071 @example
1072 $ @r{refers to the current field} 1072 $ @r{refers to the current field}