| Alternative 1 | |
|---|---|
| Error | 12.5 |
| Cost | 1048 |
\[\begin{array}{l}
t_0 := -y \cdot y\\
\mathbf{if}\;y \leq -3.2 \cdot 10^{+56}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.2 \cdot 10^{+24}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -3 \cdot 10^{-54}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.5 \cdot 10^{-50}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 3 \cdot 10^{-28}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 5200000000000:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]