Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
lässt sich der folgende Ausdruck vereinfachen?
(A>X && B<Y) || (A<X && B>Y)
Ja das geht.
(A<X) == (B>Y) Das schließt aber den Fall A==X und B==Y mit ein.
(A-X)*(B-Y) < 0