| Alternative 1 | |
|---|---|
| Accuracy | 56.4% |
| Cost | 1776 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.85 \cdot 10^{+62}:\\
\;\;\;\;x \cdot y\\
\mathbf{elif}\;x \leq -205:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq -1.18 \cdot 10^{-39}:\\
\;\;\;\;-y\\
\mathbf{elif}\;x \leq -1.05 \cdot 10^{-132}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq -7.9 \cdot 10^{-184}:\\
\;\;\;\;-y\\
\mathbf{elif}\;x \leq -1.06 \cdot 10^{-271}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 1.35 \cdot 10^{-285}:\\
\;\;\;\;-y\\
\mathbf{elif}\;x \leq 1.1 \cdot 10^{-181}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 3.4 \cdot 10^{-126}:\\
\;\;\;\;-y\\
\mathbf{elif}\;x \leq 3.45 \cdot 10^{-74}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 3 \cdot 10^{-36}:\\
\;\;\;\;-y\\
\mathbf{elif}\;x \leq 2.85 \cdot 10^{+51}:\\
\;\;\;\;1\\
\mathbf{else}:\\
\;\;\;\;x \cdot y\\
\end{array}
\]