| Alternative 1 | |
|---|---|
| Error | 16.8 |
| Cost | 984 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -6.8 \cdot 10^{+40}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq -8.5 \cdot 10^{-126}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -9.2 \cdot 10^{-141}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq 1.1 \cdot 10^{-18}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 4.6 \cdot 10^{+35}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq 3.1 \cdot 10^{+61}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot -0.005\\
\end{array}
\]