| Alternative 1 | |
|---|---|
| Error | 16.3 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.9 \cdot 10^{+31}:\\
\;\;\;\;y \cdot -0.375\\
\mathbf{elif}\;y \leq 2.7 \cdot 10^{-69}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 5 \cdot 10^{+81}:\\
\;\;\;\;y \cdot -0.375\\
\mathbf{elif}\;y \leq 4.5 \cdot 10^{+109}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot -0.375\\
\end{array}
\]