| Alternative 1 | |
|---|---|
| Error | 19.0 |
| Cost | 1248 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -8.5 \cdot 10^{+161}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;y \leq -2 \cdot 10^{+129}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -1.2 \cdot 10^{+32}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;y \leq -2.6 \cdot 10^{-102}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -1.5 \cdot 10^{-145}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;y \leq 1.8 \cdot 10^{-102}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq 1.8 \cdot 10^{-60}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;y \leq 2.95 \cdot 10^{+51}:\\
\;\;\;\;1\\
\mathbf{else}:\\
\;\;\;\;\frac{x}{y}\\
\end{array}
\]