diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2005-05-15 04:12:31 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2005-05-15 04:12:31 +0000 |
commit | 8305d012df32f0d1cd61b112a98d1a8d7dfe58e8 (patch) | |
tree | f1b79f310883186b568965e5661722110ae8af76 /man/calc.texi | |
parent | 40194b94a19db521481e5380da448f8ee0ae20b9 (diff) | |
download | emacs-8305d012df32f0d1cd61b112a98d1a8d7dfe58e8.tar.gz |
(Default Simplifications): Insert missing ! (logical not operator).
Diffstat (limited to 'man/calc.texi')
-rw-r--r-- | man/calc.texi | 2 |
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 stored a different value in the Calc variable @samp{e}; but this would be a bad idea in any case if you were also using natural logarithms! -Among the logical functions, @tfn{(@var{a} <= @var{b})} changes to +Among the logical functions, @tfn{!(@var{a} <= @var{b})} changes to @tfn{@var{a} > @var{b}} and so on. Equations and inequalities where both sides are either negative-looking or zero are simplified by negating both sides and reversing the inequality. While it might seem reasonable to simplify |