| Alternative 1 | |
|---|---|
| Error | 17.4 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.3 \cdot 10^{+45}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq -6.1 \cdot 10^{-33}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -3.2 \cdot 10^{-93}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq 2.8 \cdot 10^{+59}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot -0.005\\
\end{array}
\]