| Alternative 1 | |
|---|---|
| Error | 16.3 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -5 \cdot 10^{+51}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq -1.45 \cdot 10^{+28}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -6.2 \cdot 10^{-12}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq 1.35 \cdot 10^{-31}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot -0.005\\
\end{array}
\]