(Default Simplifications): Insert missing ! (logical not operator).
This commit is contained in:
parent
40194b94a1
commit
8305d012df
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue