aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/calc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/calc.texi b/man/calc.texi
index 94d2237ee67..4cf16da1515 100644
--- a/man/calc.texi
+++ b/man/calc.texi
@@ -22765,7 +22765,7 @@ simplified to @expr{x} for any @expr{x}. This occurs even if you have
22765stored a different value in the Calc variable @samp{e}; but this would 22765stored a different value in the Calc variable @samp{e}; but this would
22766be a bad idea in any case if you were also using natural logarithms! 22766be a bad idea in any case if you were also using natural logarithms!
22767 22767
22768Among the logical functions, @tfn{(@var{a} <= @var{b})} changes to 22768Among the logical functions, @tfn{!(@var{a} <= @var{b})} changes to
22769@tfn{@var{a} > @var{b}} and so on. Equations and inequalities where both sides 22769@tfn{@var{a} > @var{b}} and so on. Equations and inequalities where both sides
22770are either negative-looking or zero are simplified by negating both sides 22770are either negative-looking or zero are simplified by negating both sides
22771and reversing the inequality. While it might seem reasonable to simplify 22771and reversing the inequality. While it might seem reasonable to simplify