summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-04-15 19:17:38 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-04-15 19:17:38 +0000
commit35028ba14ce5d2554cb0f94c21b7e79cc7d22724 (patch)
treec6038360974ca905f90651455cfe78c021776fca
parent7e97a61f25a45a709b02622fd1c43922cec39a20 (diff)
downloademacs-35028ba14ce5d2554cb0f94c21b7e79cc7d22724.tar.gz
(Algebraic Tutorial): Emphasize that / binds less strongly than *.
-rw-r--r--man/calc.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/calc.texi b/man/calc.texi
index 0544bc1e3b4..64ee0b0c93a 100644
--- a/man/calc.texi
+++ b/man/calc.texi
@@ -2128,6 +2128,10 @@ Calculator in Algebraic mode, which is closer to the way
non-RPN calculators work. In Algebraic mode, you enter formulas
in traditional @expr{2+3} notation.
+@strong{Warning:} Note that @samp{/} has lower precedence than
+@samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}. See
+below for details.
+
You don't really need any special ``mode'' to enter algebraic formulas.
You can enter a formula at any time by pressing the apostrophe (@kbd{'})
key. Answer the prompt with the desired formula, then press @key{RET}.