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