| Alternative 1 | |
|---|---|
| Error | 16.3 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -3.4 \cdot 10^{-78}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq 0.024:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 9 \cdot 10^{+24}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq 1.9 \cdot 10^{+47}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot -0.005\\
\end{array}
\]