| Alternative 1 | |
|---|---|
| Error | 17.8 |
| Cost | 985 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.35 \cdot 10^{+124}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;y \leq -2.2 \cdot 10^{+80}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -6.2 \cdot 10^{-26}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;y \leq 1.55 \cdot 10^{-148}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq 7.5 \cdot 10^{-101} \lor \neg \left(y \leq 5.5 \cdot 10^{+15}\right):\\
\;\;\;\;\frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;1\\
\end{array}
\]